Changes between Version 18 and Version 19 of ServerSidePagination


Ignore:
Timestamp:
01/20/10 03:38:12 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSidePagination

    v18 v19  
    1818 * We'll also need to hand-off the Searching & Sorting!
    1919
     20Client-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}}}
    2026=== JSON Back-end implementation ===
    2127 * Support already present in {{{modules\s3xrc.py}}}