I'm currently trying to work out how to create data tables in dashboard.
The documentation on widgets and parameters is somewhat limited which is causing a lot of confusion in trying to work it out for myself so I need someone to point me in the right direction if possible.
Basically I'm looking to create a table (such as the one attached - borrowed from another post on this forum) but have it statically fixed (10 rows, 16 columns) with data input fields (ie. checkboxes, dropdowns, text input, etc) - values of which initially set via ogscript. I then want a single button below, which executes a piece of ogscript which will loop through all these fields to fetch the set values into variables/arrays. The data will be coming from ogscript events/variables, not XML for what it is worth.
I've been working with a few of the example grids available (in particular XML test) to work this out but even after pulling them apart and trying to replicate the layouts, I just cannot get a table to appear let alone populate.
Any help would be much appreciated since I'm pulling my hair out a bit here.