Changes between Version 15 and Version 16 of ServerSidePagination


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSidePagination

    v15 v16  
    11== Server-Side Pagination ==
    22Currently 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.html
    43
    54This will be needed for:
     
    1413 * The Back-end was already done for JSON representation
    1514 * The Front-end still needs doing
     15
     16=== Front-end implementation ===
     17 * http://datatables.net/examples/data_sources/server_side.html
    1618
    1719=== JSON Back-end implementation ===