Changes between Version 83 and Version 84 of AjaxList


Ignore:
Timestamp:
2010-12-06T18:23:15Z (13 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v83 v84  
    284284==== Data Post Processing ====
    285285If 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.
    287287* Any custom columns that you'd like to be displayed been to be entered into the $columns array passed to ajax list. Example:
    288288 * $columns = array(array("!Custom.results",    "View",      "4em", "action", "View Results"));