hello Omrid,
I thought his ID refers to the content of the table. not the row ID.
But your, and Jerome contribution is good. I consider also, whether the table is a good alternative for a couple of bottoms, which can even change its content text, color etc..
@Jerome:
The formatter error can be really easily detected using the browser console. I also got it triggered due to a blank row
So does it look like:
Uncaught (in promise) TypeError: val is undefined
formatter (index):21
formatValue (index):2
_chain (index):2
_chain (index):2
chain
thanks for sharing. Indeed the ID column name refers to a specific content from the CSV, but as you mention correctly, the name can be confusing related to the regular id from Tabulator, I'll fix it.
I have some troubles with the DB layout pages, and I'm wondering if you see the same. I suspect it comes from either the table template node, or the global template. I tried moving them to another group, but each time I see same behavior : it's very hard to size the nodes to a specific size, and also no way to put them side by side on same row with other nodes.....
I m trying something else with the nice integration of tabulator.
I want to apply filter on the datas in the table, so far so good. My problem is I can't get any useful output from the template node, whch would include the filtered content....