Changes between Version 25 and Version 26 of ServerSidePagination


Ignore:
Timestamp:
01/20/10 05:17:44 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSidePagination

    v25 v26  
    4040response should be sent in this format:
    4141{{{
     42{
     43"rEcho": 1,
    4244"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}
    4652}}}
    4753e.g. using a function like: