Hi, I am facing this error when selecting all the data in my table using the select all
button in the column header row. When I go through all my pages and click the select all, I always end up with an extra result in the footer.
There is 125 items in my table, I have my server-side pagination size set to 100. I also have Persist row selection
enabled.
On my table.selectedRowKeys
array, it contains 126 items. All of them are using the unique primary key except for 1, number 100 which is undefined.
In the following gif you can see the selected number is incremented by 1 when I select the header even when all items are already selected
Any help would be appreciated