ServerSidePaging

Server Side Paging

Reads only the actual page from the server instead of all table data at once. Use this for large tables to improve performance.

The subdata requests must NOT have ORDER BY

Last updated