Changes between Version 28 and Version 29 of S3/S3REST/s3_rest_controller


Ignore:
Timestamp:
10/23/10 00:40:36 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/s3_rest_controller

    v28 v29  
    5151The default pagination method is '''server-side''' (SSPag), meaning, in list views the client will receive only the first of the available rows, and then retrieve more rows as needed by subsequent Ajax calls.
    5252
    53 In contrast to that, in '''client side''' pagination (CSPag) mode all rows of a list are retrieved and send to the client at once. For most tables, this will though be a huge data set which takes a long time to extract and transmit, and can be unnecessary when the user only needs to see the first 20 rows to find what he's looking for.
     53In contrast to that, in '''client-side''' pagination (CSPag) mode all available rows of the list are retrieved and send to the client at once. For most tables, though, this will probably be a huge data set and take a long time to extract and transmit, while mostly being unnecessary when the user only needs to see the first 20 rows to find what he's looking for.
    5454
    5555However, some tables may by their nature only contain one or few rows, and then server-side pagination is not needed (in fact, inefficient). In these cases, the respective controller can turn it off by: