# Dynamic updates to dashboard 2 tables

**URL:** https://discourse.nodered.org/t/dynamic-updates-to-dashboard-2-tables/96559
**Category:** Dashboard
**Created:** [14 April 2025 09:24 UTC](https://discourse.nodered.org/t/dynamic-updates-to-dashboard-2-tables/96559 "2025-04-14T09:24:52Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![vtgav](https://avatars.discourse-cdn.com/v4/letter/v/f0a364/32.png) [@vtgav](https://discourse.nodered.org/u/vtgav)
#### Post date: [14 April 2025 09:24 UTC](https://discourse.nodered.org/t/dynamic-updates-to-dashboard-2-tables/96559/1 "2025-04-14T09:24:52Z")

</div>

I could well have missed something obvious but I can’t find how to dynamically update a value in a row in a dashboard 2 Table ( without refreshing everything ) I’ve done it in the past with a dashboard 1 table, but I can’t figure how to do it for a dashboard 2 table - any help appreciated  
Gav

---

<div class="post-metadata">

### Author: ![omrid](https://avatars.discourse-cdn.com/v4/letter/o/77aa72/32.png) [@omrid](https://discourse.nodered.org/u/omrid)
#### Post date: [14 April 2025 10:36 UTC](https://discourse.nodered.org/t/dynamic-updates-to-dashboard-2-tables/96559/2 "2025-04-14T10:36:07Z")

</div>

The dashboard v1 table node is based on the `Tabulator` JS package, which supports dynamic selective table updates. You can try the dashboard v2 `@omrid01/node-red-dashboard-2-table-tabulator` node, which supports your requirement (plus many, many additional features).

---

<div class="post-metadata">

### Author: ![vtgav](https://avatars.discourse-cdn.com/v4/letter/v/f0a364/32.png) [@vtgav](https://discourse.nodered.org/u/vtgav)
#### Post date: [14 April 2025 10:50 UTC](https://discourse.nodered.org/t/dynamic-updates-to-dashboard-2-tables/96559/3 "2025-04-14T10:50:10Z")

</div>

Thanks I’ll take a look at that - however I do believe the dashboard 2 ui-table can do it, but the documentation doesn’t make clear how to do it, and I would prefer to use the ui-table as its a part of the dashboard 2 widget set ( if that makes sense )

---

<div class="post-metadata">

### Author: ![joepavitt](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/joepavitt/32/59722_2.png) [@joepavitt](https://discourse.nodered.org/u/joepavitt)
#### Post date: [14 April 2025 17:33 UTC](https://discourse.nodered.org/t/dynamic-updates-to-dashboard-2-tables/96559/4 "2025-04-14T17:33:41Z")

</div>

Currently, we can only _append_ a single row, or a collection of data, or _replace_ the whole table. We have no way of updating a single row, however, I do have an idea on how we could do that quite "easily", have opened [Allow definition of "unique" property for tables to support single row updates · Issue #1675 · FlowFuse/node-red-dashboard · GitHub](https://github.com/FlowFuse/node-red-dashboard/issues/1675)

---

<div class="post-metadata">

### Author: ![vtgav](https://avatars.discourse-cdn.com/v4/letter/v/f0a364/32.png) [@vtgav](https://discourse.nodered.org/u/vtgav)
#### Post date: [17 April 2025 08:10 UTC](https://discourse.nodered.org/t/dynamic-updates-to-dashboard-2-tables/96559/5 "2025-04-17T08:10:36Z")

</div>

Thanks @omrid @joepavitt for the feedback - I’ve got the ui-tabulator doing what I wanted for now, so that’s great, and I’ll keep an eye on enhancements to ui-table and head there when it has the feature I’m after

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [17 May 2025 08:11 UTC](https://discourse.nodered.org/t/dynamic-updates-to-dashboard-2-tables/96559/6 "2025-05-17T08:11:05Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
