Changes between Version 39 and Version 40 of ServerSidePagination


Ignore:
Timestamp:
02/06/10 13:41:14 (15 years ago)
Author:
Serge Sunneach
Comment:

order, search, linkto - fixed

Legend:

Unmodified
Added
Removed
Modified
  • ServerSidePagination

    v39 v40  
    1515  * ~~Push from Dev to Live~~
    1616  * ~~Render as .represent~~
    17   * Render the ID as View/Edit button depending on perms
     17  * ~~Render the ID as View/Edit button depending on perms~~
    1818   *  ~~Done via a .represent for RMS~~
    19   * Return RMS to Live (1 line in Controller functions: response.s3.pagination = True)
     19  * ~~Return RMS to Live (1 line in Controller functions: response.s3.pagination = True)~~
    2020  * Handle Component Views (use list_fields instead of all readable)
    21   * Sort Columns (orderby)
    22   * Search (filtering)
    23   * XSLT to generate dataTables-compliant JSON?
     21  * ~~Sort Columns (orderby)~~ need to enhance sorting for reference columns: it is expected to be alphabetic, and now it is per foreign ids
     22  * ~~Search (filtering)~~ need to include reference columns (lookup tables at least) which are being ignored currently
     23  * XSLT to generate dataTables-compliant JSON? (update: was not needed for the current functionality)
    2424=== Front-end implementation ===
    2525 * http://datatables.net/examples/data_sources/server_side.html
     
    4343iSortingCols
    4444iSortCol_x
    45 iSortDir_x
     45iSortDir_x <<<<--------- now sSortDir_x since jquery.dataTables.fixed.js 1.6.1
     46                         need to watch out for the future upgrades compatibility!
     47                         
    4648# Filtering (Search) - across all fields!
    4749sSearch
     
    8082 * ~~http://datatables.net/forums/comments.php?DiscussionID=1156&page=1#Item_1~~
    8183 * ~~No .represent rendered~~
    82  * Represent doesn't handle ID, so can't pledge Aid for Requests in RMS (or see record details in OR)
     84 * ~~Represent doesn't handle ID, so can't pledge Aid for Requests in RMS (or see record details in OR)~~
    8385 * ~~Represent doesn't handle the marker_id, so gis_location has the big image for each marker visible~~
    8486