Changes between Version 83 and Version 84 of AjaxList
- Timestamp:
- 2010-12-06T18:23:15Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v83 v84 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.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 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 288 * $columns = array(array("!Custom.results", "View", "4em", "action", "View Results"));