Changes between Version 25 and Version 26 of ServerSidePagination
- Timestamp:
- 01/20/10 05:17:44 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerSidePagination
v25 v26 40 40 response should be sent in this format: 41 41 {{{ 42 { 43 "rEcho": 1, 42 44 "aaData": [ 43 [row1.field1.value, row1.field2.value, row1.field3.value], 44 [row2.field1.value, row2.field2.value, row2.field3.value] 45 ] 45 [row1.id, row1.field2, ...], 46 [row2.id, row2.field2, ...], 47 [row3.id, row3.field2, ...] 48 ], 49 "iTotalRecords": 3, 50 "iTotalDisplayRecords": 3 51 } 46 52 }}} 47 53 e.g. using a function like: