smart-village-solutions / smart-village-app-cms

A CMS based on JSON schema of smart-village api
GNU General Public License v3.0
7 stars 2 forks source link

"Real" pagination for index tables #147

Open donni106 opened 2 years ago

donni106 commented 2 years ago

Currently we use JS DataTables to create index tables with pagination. Therefore all data is loaded and rendered when visiting the page and then per JS restructured. This leads to immens load times for large amounts of data. We need a real pagination here for requesting just parts of data that is shown.

With changing pagination, we also need to check, if DataTable is still beneficial for us in terms of sorting and searching, or if we need to refactor the search for example as well.