Changes between Version 81 and Version 82 of AjaxList
- Timestamp:
- 2010-12-06T18:17:24Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v81 v82 283 283 }}} 284 284 ==== Data Post Processing ==== 285 285 If post process function name was given to the AjaxList->setUp() function, the post-process function will be called once the data is retrieved from the database. At this point, data can be modified, or another column can be added for display. 286 * Custom columns should be put into the array named ['!Custom'] (or any other name starting with !) at each of the entries, just as if it were a joined-in model name. 287 * note that custom columns can't be searched, or sorted by. 286 288 === Example list === 287 289 The following example demonstrates most of the features of Ajax List. 290 ==== Create sample tables ==== 291 {{{ 292 }}}