I wonder there is a way or a new feature addon to it so that I can update current page number based upon row selected. For example, I am on the first page. Page size is 5, begin row is 0 and end row is 4 and current page number is 1. If row selected is set to 6 (from inside a compoent), I would like to have current page number changed to page #2.
Right now, I am doing this manually and I have a hard time to keep track page size when it got changed.
Thank you.