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
I've been looking for examples in the docs & online, but haven't found anything that matches my setup.
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.