Question
TATA Consultancy Services
IN
Last activity: 7 Feb 2023 6:29 EST
Select All functionality along with OOTB filters in table layout
Hi All,
following is my scenario
1. we have a table layout with few columns
2. we have developed a select all functionality to select multiple rows at once and update them.
3. On selecting a pySelectAll check box we had a data transform which sets pySelected Value of each row to true, it is working well here.
4. Now the issue is, if user applies OOTB filter at table level and selects the select all check box then also same data transform executes and selects all records in page list but we want only records filtered with OOTB filter to be selected here, is there any solution for it?