Real time data in table view

Hi all. So, I have some experience with programming in Node Red, but ...
There is a question, which is not for my brain ...
Is there a possibility, how to visualize data comming from f.e. modbus of many sensors in table view ?
I have tried UI table, but, there is too much settings for me and I do not have any experience with this.
Except it, if there is any other possibilities, how to visualize this data (f.e. sens_id, temp, hum) in table view, please help me.
Thanks to any suggestions.
Bobo

You can try the ui_tabulator table node (@omrid01/node-red-dashboard-2-table-tabulator), which offers many presentation capabilities.

So nice and thanks for quick answer, but this means, that I must use a Dasboard 2 and I have everything created in standard Dashboard. Only this table visualization is quite difficult for me. Is there any next solution ???

You should consider moving to dashboard-2 at some point, as dashboard-1 is deprecated and not supported anymore.

With regards to the dashboard-1 ui-table, look at the examples that come with it, they contain some "how-to" for using direct Tabulator calls, which are not detailed in the node's online help.

If you are prepared to look beyond the Dashboard nodes, UIBUILDER can help you build a table where you can easily update individual cells. No frameworks required.