Table with large data support (about 600,000 rows in DB and pagination with 1,000 rows per page)
Currently, we have requirements about table displaying for huge amounts of data with features as follows:
- support about 600,000 rows fetched from external database
- display pagination with 1000 rows per page with acceptable UI responsiveness
- support filtering/sorting/inline editing
We tried to POC those requirements, but the result is unacceptable by users due to slow UI responsiveness.
Anybody, please suggest me for the best approach for this.
Thank you in advance,