Server Side Pagination
Add server
property to the pagination
config to enable server-side pagination. Also, make sure the total
property
is correctly defined in the main server
config block:
Live Editor
Result
Loading...
tip
You can also send POST HTTP calls if you add method: 'POST'
to the main server
config.