Topic: use table with angular pro
Sergio Lopes asked 7 years ago
Dawid Adach pro answered 7 years ago
- limit - defined how many rows should be displayed (5,10,15,25,50,100...)
- page/offset - defining which page is beeing displayed
(page-1)*limit+1i.e.
Page=3 Limit=25 (3-1) * 25 +1 = 2 * 25 + 1 = 51 now you can use ngFor to display 25 rows starting from row number 51
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No