lelsaesser / GM-Manager

0 stars 0 forks source link

Display DB data in multiple table pages #13

Open lelsaesser opened 4 years ago

lelsaesser commented 4 years ago

Right now the UI displays all records stored in postgres at once. This works fine until 20-30 records, but after that it gets messy and unconformable, because the user has to scroll alot over the page in order to continue to navigate the app. A great way to fix this would be use of table pages: rather than displaying all information at once, display only 20-30 records and add a button group to navigate through the individual pages. Instead of 100 records at once, there would be 5 pages displaying 20 records each. Navigation must work back and forth.

Edit: This is the exact required functionality: https://mdbootstrap.com/docs/jquery/tables/pagination/ MDBootstrap might be a good solution to solve this

lelsaesser commented 4 years ago

MDB Angular table pagination: https://mdbootstrap.com/docs/angular/tables/pagination/

lelsaesser commented 4 years ago

https://mdbootstrap.com/docs/angular/tables/datatables/