# UIBuilder Table Implementation 2.0

**URL:** https://discourse.nodered.org/t/uibuilder-table-implementation-2-0/80618
**Category:** Dashboard
**Tags:** uibuilder
**Created:** [16 August 2023 20:32 UTC](https://discourse.nodered.org/t/uibuilder-table-implementation-2-0/80618 "2023-08-16T20:32:47Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![ardukus](https://avatars.discourse-cdn.com/v4/letter/a/779978/32.png) [@ardukus](https://discourse.nodered.org/u/ardukus)
#### Post date: [17 August 2023 19:46 UTC](https://discourse.nodered.org/t/uibuilder-table-implementation-2-0/80618/3 "2023-08-17T19:46:24Z")

</div>

@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](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

```auto
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](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/8/8/8898c8fd918014a166e68d3962e99eddaf1925fb.png)

Thank you anyway for your assistance.

---

_[View the full topic](https://discourse.nodered.org/t/uibuilder-table-implementation-2-0/80618)._
