Changes between Version 18 and Version 19 of ServerSidePagination
- Timestamp:
- 01/20/10 03:38:12 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerSidePagination
v18 v19 18 18 * We'll also need to hand-off the Searching & Sorting! 19 19 20 Client-side, we need to add these options to {{{views/dataTables.html}}}: 21 {{{ 22 "bProcessing": true, 23 "bServerSide": true, 24 "sAjaxSource": "{{=URL(r=request, c='module', r='resource', vars={'...':'...'})}}" 25 }}} 20 26 === JSON Back-end implementation === 21 27 * Support already present in {{{modules\s3xrc.py}}}