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?