Changes between Version 15 and Version 16 of ServerSidePagination
- Timestamp:
- 01/20/10 03:34:38 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerSidePagination
v15 v16 1 1 == Server-Side Pagination == 2 2 Currently we do all pagination client-side which won't be possible to keep doing as we accumulate more data 3 * http://datatables.net/examples/data_sources/server_side.html4 3 5 4 This will be needed for: … … 14 13 * The Back-end was already done for JSON representation 15 14 * The Front-end still needs doing 15 16 === Front-end implementation === 17 * http://datatables.net/examples/data_sources/server_side.html 16 18 17 19 === JSON Back-end implementation ===