UIBuilder Table Implementation 2.0

@TotallyInformation thx for the hint.

I followed your advice to set up the examples from the template folders and moved along.
Anyway I just figured it out to use it with Vue Version 2, but for now I am fine with that.

New challenge is at the moment to trigger database trigger every time a client connects via browser.
I found the post:
https://discourse.nodered.org/t/execute-a-flow-when-pages-url-opens-or-refreshes/65783

I can see that everytime a client connects uib sends an object with the information "client connected".
I tried to use the chache example an simply add a function node in front

return { 
    "uibuilderCtrl": "replay", 
    "cacheControl": "REPLAY", 
}

But that doesnt seem to do the job, but what I can see in debug nodes after db query node, that the node gets triggered and the fatched data from the table is there

image

Thank you anyway for your assistance.