Changes between Version 39 and Version 40 of ServerSidePagination
- Timestamp:
- 02/06/10 13:41:14 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerSidePagination
v39 v40 15 15 * ~~Push from Dev to Live~~ 16 16 * ~~Render as .represent~~ 17 * Render the ID as View/Edit button depending on perms17 * ~~Render the ID as View/Edit button depending on perms~~ 18 18 * ~~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)~~ 20 20 * 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) 24 24 === Front-end implementation === 25 25 * http://datatables.net/examples/data_sources/server_side.html … … 43 43 iSortingCols 44 44 iSortCol_x 45 iSortDir_x 45 iSortDir_x <<<<--------- now sSortDir_x since jquery.dataTables.fixed.js 1.6.1 46 need to watch out for the future upgrades compatibility! 47 46 48 # Filtering (Search) - across all fields! 47 49 sSearch … … 80 82 * ~~http://datatables.net/forums/comments.php?DiscussionID=1156&page=1#Item_1~~ 81 83 * ~~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)~~ 83 85 * ~~Represent doesn't handle the marker_id, so gis_location has the big image for each marker visible~~ 84 86