Question
1
Replies
389
Views
Quest Diagnostics Inc
Posted: January 27, 2020
Last activity: January 27, 2020
Hide column based on condition
Hi All,
I have requirement where in table I am adding multiple rows.
I need to hide column 1 if checkbox (Column3 ) is selected.
Show column 2 if checkbox(Column3) is selected.
There is no way to hide entire column using visibility condition.
If anybody has implemented such requirement please let me know.
Regards,
Deepali
***Edited by Moderator Marissa to update platform capability tags****
Refer below link which can help you to achieve your requirement,
https://community1.pega.com/community/pega-support/question/hiding-repeating-grids-columns-based-some-condition
But along with the tion suggested in the link, you may need to add a onclick -> refresh action.
So that whenever the checkbox is clicked, it will refresh and the when condition will be evaluated and the row will be hidden if it succeeds.