I'm using the node-red-node-ui-table node to display several columns of numeric data.
The default behaviour is to give the option of changing the sort order of the table by clicking the little triangles next to the column headings.
Is there any way of disabling this function?
If you look at the examples in editor, import > examples > ui-table. You will see how to add column definitions. You can try adding to the tabulator object.
headerSort:false
Thank you @E1cid. That's just what I need.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.