Changes between Version 81 and Version 82 of AjaxList


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v81 v82  
    283283}}}
    284284==== Data Post Processing ====
    285 
     285If 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.
    286288=== Example list ===
    287289The following example demonstrates most of the features of Ajax List.
     290==== Create sample tables ====
     291{{{
     292}}}