Author Name Kathryn Anne Tan Social Media https://twitter.com/KTan360 Image by https://annieruygtillustration.com/ The bane of client side pagination stems from our retrieval of entire bulky data sets in one go.
So we display it in a client paginated table, 10 rows per page.
It will allow us to easily merge existing subset of table rows in the client with remaining subsets in the server.
Merging more data into mData will increase the rows stored in our client until we complete the entire dataset.