Question
How to disable master detail for certain rows in Repeat Grid Layout based on a condition?
Master Detail allows a separate Flow action that may be connected to other section for further details. It is provided as a small arrow visible in the start line of every row of grid and on clicking on that beneath a section appears. I have it in my application, but I want to disable the arrow for certain rows that do not have data to fetch.
In short, my list shows all current cases in my application, and expanding the small arrow shows the sub-case(s) for a particular case, if any. I do not want to expand the row if no sub-case is available.
Can someone help me with this? [Refer similar closed query]
***Edited by Moderator: Pallavi to update platform capability tags***
Hi shamli,
I don't think we will be able to configure as per your requirement based on pega configurations.If the expandable row doesn't contain any information then may be you can show some text message as empty.But based on condition we can't disable the master details icon.
May be you can write a custom script to disable the icon Master details.
Thank you