Bind Grid Column Amount
Posted: Thu May 20, 2021 8:57 am
How come we cannot bind the amount of columns to a value in our RPG program? I would like to create tables that only show columns if set up in a parent file.
The basic gist is that a parent record can be set up with optional extra fields. The child record would then show inputs for each of the extra fields. If the parent isn't set up for the extra field than we don't give the option in the child when adding new. That part I got. But I would like have the grid showing all the children follow same logic.
I feel like I could probably create a bunch of grids with visibility bounded value, stack them on top of each other, and then toggle which view to see. But that seems sloppy, at least from a visual design POV.
Thanks in advance.
The basic gist is that a parent record can be set up with optional extra fields. The child record would then show inputs for each of the extra fields. If the parent isn't set up for the extra field than we don't give the option in the child when adding new. That part I got. But I would like have the grid showing all the children follow same logic.
I feel like I could probably create a bunch of grids with visibility bounded value, stack them on top of each other, and then toggle which view to see. But that seems sloppy, at least from a visual design POV.
Thanks in advance.