eastgenomics / trendyQC

Django app for monitoring trends in MultiQC data
MIT License
0 stars 0 forks source link

jumpy pagination #48

Open jethror1 opened 7 months ago

jethror1 commented 7 months ago

pagination this table seems to cause a reload of the page and for it to jump, is there any reason to choose pagination over a scroll body? If loading all the data at once is an issue you can set serverSide: true with dataTables which will lazy load the data in view from the server to speed up page loading: https://datatables.net/release-datatables/extensions/Scroller/examples/initialisation/server-side_processing.html

image

Yu-jinKim commented 7 months ago

Will investigate the use of datatables in the next version