Page 1 of 1

LuaElement table column_count

Posted: Tue Jan 30, 2018 7:50 pm
by lovely_santa
Hi,

When creating a gui I get a lot of info from the event. But when saving data from the gui (on button pressed) I only get the button. The way to retrieve all the information without needing to save it all, is to read the information out of the gui.

One of these things is reading data from a column... I can get the number of data by #table.children_names. I would like to be able to read table.column_count. That way we know exactly the number of rows and columns.

greetings
lovely_santa