Changes between Version 22 and Version 23 of ServerSidePagination
- Timestamp:
- 01/20/10 04:40:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerSidePagination
v22 v23 62 62 * Support already present in {{{modules\s3xrc.py}}} 63 63 * {{{http://S3_PUBLIC_URL/module/resource.json?limit=x&start=y}}} 64 * needs patching for dataTables-expectations L64 * needs patching for dataTables-expectations: 65 65 {{{ 66 66 if "start" in self.request.vars: … … 80 80 limit = None 81 81 }}} 82 82 * actually needs a complete new representation! 83 83 === HTML Back-end implementation === 84 84 Patched the {{{models\01_RESTlike_Controller}}} to support {{{http://S3_PUBLIC_URL/module/resource?limit=x&start=y}}}