Changes between Version 82 and Version 83 of AjaxList
- Timestamp:
- 2010-12-06T18:19:23Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v82 v83 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 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. 287 * Any custom columns that you'd like to be displayed been to be entered into the $columns array passed to ajax list. Example: 288 * $columns = array(array("!Custom.results", "View", "4em", "action", "View Results")); 289 * note that custom columns can't be searched, or sorted by. 290 291 292 288 293 === Example list === 289 294 The following example demonstrates most of the features of Ajax List.