Feature Request: setPageNo() method for table widget

If pagination is enabled on a table widget and the current selected page is > 1 and the table is updated with new data, the table will not automatically reset the selected page number to 1. This can create user confusion if the expected data doesn’t appear on the current page, but is instead on page 1.

Either a setPageNo() method should be provided which a user can call as desired, or, on table update, it should automatically reset the selected page to page 1.

1 Like