PDP based table with Select All functionality
Summary
PDP based table with Select All functionalityContent
Hi,
I have a table based on PDP with a checkbox as one of the columns where user can select one or more rows using checkbox. I need to have one Select All button which allows the user to select all the rows in one shot. I have created a module function to pass ADP data as param. I am looping through it and setting checkboxes to true. In console I can see it all the checkboxes are set to true. But it does not reflect on UI. I am using firedata event on PDP an ADP to refresh it but does not seem to work.
0