Server-side Pagination
I have the following setup at this moment
I want to switch from client-side to server-side pagination (and more later). What would be the "correct" way to get my
Page
component the necessary values like page
and pageSize
?
I've been looking for examples in the docs & online, but haven't found anything that matches my setup.1 Reply
reduced-jade•2w ago
If by
Page
you mean Pagination
, table has table.getPageCount()
to get the total amount of pages.