Hi,
Thank you for your support.
I understand the issue. Please find the below use case in detail.
1. Remote Pagination with 1 to 50 and RPP is 50
2. In case if 'n' row is added in the page, then RPP will be updated as (50+n) dynamically
(If the RPP is not updated, then last 'n' rows will be moved to next page)
This case working fine in first page. But facing column number issues(explained in previous reply) only in second page onward.
Please let us know, if there is any other option to add rows without going to second page.