[Solved] showing millions of records in data table
It wouldn’t matter much: If you transmit millions of records to the client, then rely on any JS library to do the pagination, you’ll run out-of-memory on the browser soon (if your users are patient to wait for the data to be transferred). You’re rather looking for a mix of server- and client-side pagination and … Read more