Hello!
I have created and Application consisting of data from multiple data tables, plotted it into few separate cross-linked graph builders and hosting one preview of data table (which has images, which is kind of the point). I would like to manipulate the cell width / height of the data table cells included into this application/dashboard, but the task seems impossible. For only the data table, I am able to manipulate it but inside the application/dashboard nothing works (actually re-running the application builder part of the jsl code gets the job done, but I'd like it to be done when running the code on first run).
I guess I'd need to drill into the namespace all the way to "DataTableBox1", but finding out the structure how these applications are structured is beyond my skill level.
Appreciate any tips, thanks,