Question
3
Replies
588
Views
Posted: May 25, 2018
Last activity: November 29, 2018
Closed
Solved
reorder columns in a table ( grid)
There is a client requirement to be able to do the following for their worklist.
1. Show/hide some columns in the worklist
2.Be able to reorder columns using drag and drop.
3. Store each of these as user preference.
Is there any OOTB way to achieve this? if customization is needed is there any rule in Pega that can be leverged?
Hello,
1. Show/hide some columns in the worklist
You can take a look at the Virtual RD grid example (under Grid category) in the UI gallery. This shows how we can display / hide certain columns and also allow the user to reorder them using a RD as a source.
2. Be able to reorder columns using drag and drop.
The Report Editor Allows for the Repositioning of Columns in a Report Definition Record (Rule Instance). Please review the Report Browser in the Case Manager Portal. Open a Report from the Report Browser and then simply Edit it using the built in Report Editor.
3. Store each of these as user preference.
We do not have an OOTB feature to accomplish this.
Thanks,
Gisela