Page 1 of 1

Pagination after new row is added

Posted: 03 Feb 2020, 09:25
by christina
Hello everyone

I have a data table with Add new row button in the footer. The problem I m trying to solve is auto pagination when new row is added after exceeding the page size.So in my case I set the page size to 10 rows per page and when I added 11th row, the Page 2 icon appears but the focus stays on Page 1. What is the best way to navigate to Page 2 when 11th row item is added. waiting for your suggestion.