Question
Column Repeating Grid Functionality
I have a requirement where I need to display nearly 30 fields in a column and end user should be able to add columns dynamically and should be able to compare values without scrolling(COLUMN REPEATING GRID). Please find the screenshot attached.
I have already tried using repeating dynamic layout with inline, triple/double grid layout format, but its not working as expected.
It will be helpful if anyone suggests other approaches . Thanks in advance.
***Edited by Moderator: Lochan to update platform capability tags***
I would try something like the following
1. Create a grid with all the 30 columns
2. Include Visible - when for the columns
3. Have a button to show hide columns : and toggle the visible when based on the user's choice.
Limitations:
1. The columns would appear in the pre-determined place, not at the end