Changes between Version 86 and Version 87 of AjaxList
- Timestamp:
- 2010-12-07T19:16:59Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v86 v87 288 288 * $columns = array(array("!Custom.results", "View", "4em", "action", "View Results")); 289 289 * note that custom columns can't be searched, or sorted by. 290 291 292 293 === Example list ===294 The following example demonstrates most of the features of Ajax List.295 ==== Create sample tables & data====296 {{{297 CREATE TABLE `ipeer`.`ajax_list_sample_data` (298 `id` int NOT NULL AUTO_INCREMENT,299 `name` text NOT NULL,300 `type` int NOT NULL,301 `eaten` date NOT NULL,302 PRIMARY KEY (`id`)303 )304 }}}305 306 ==== Model Code ====307 ==== Controller Code ====308 ==== View Code ====