Question about node-red-node-ui-table node

I've successfully created the table node and it contains all of my data. My issue is when I set the node to "auto" size, it will only display 3 of the 9 rows. I attempted to use "msg.ui_control.customHeight = 9" but received this error:

TypeError: Cannot set properties of undefined (setting 'customHeight')

Am I using the correct parameter or is there another method of setting the height without having to do it manually in the node?

Without seeing your flow it is hard to guess what you are doing.

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