Select All Checkbox functionality for Optimized tables

We have multiple pages in the optimized table. If we select the checkbox on the top of the 1st page, right now it’s selecting all the records from all the pages.

But in our requirement if we select the checkbox then it should select the records which are there in that particular page.

We found solution having JavaScript, but we are looking for the solution without JavaScript.

@NagaManasa as you are looking at the OOTB behaviour (as detailed here) you will need the java if you cannot work around the issue using pySelectAll.

Also please try out the suggestion given in the post ‘select all’ functionality to the optimized table is not working as expected.

The solution might involve changing the section - under properties of Header CheckBox of table > CheckBox Caption Field > Remove “Select All” caption and keep it blank, Save"

Hello Everyone, Having multiple pages in an optimized table is a common way to manage large amounts of data while ensuring fast load times and efficient performance. By breaking up the data into manageable chunks, users can easily navigate and search for the information they need. However, it’s important to ensure that the table design and pagination controls are user-friendly to avoid confusion and frustration.