Replies: 1 comment 2 replies
-
@abishur I have the same issue also, I spoke to @unocelli about this and you can pass all the parameters each time, but not ideal. Would be great if you could set the table up as normal and just invoke the data. The other issue you may run into is if you use the select in the table, you can only execute a script and pass the select data, ideally being able to set a tag and returns an array for each column and it's data. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a table that I am updating through an SQL query. I tried to preset the column widths, but when I update the table using $invokeObject it resets the table to the default widths.
What are the variables available to a table to set things like widths and fonts and colors? Also, is there an option to let my table's columns widths be adjustable at runtime?
Beta Was this translation helpful? Give feedback.
All reactions