Releases: tigrang/cakephp-datatable
Releases · tigrang/cakephp-datatable
CakePHP-Datatable v2.0.1
CakePHP-Datatable v2.0.0
Releasing new stable version
New features
- Aliased configs allowing for multiple tables of the same model
autoRenderandautoDataoptions for tables that don't need any view processingbSearchablecan be set toDataTableConfig::SEARCH_GLOBALorDataTableConfig::SEARCH_COLUMNfor finer control on how a column can be searched- Better documentation that can be found on the wiki page
Backward Incompatible Changes
- All configs must be aliased now
triggerActionoption removed$this->DataTable->paginate = array(...);changed to$this->DataTable->setViewVar(array(...));
CakePHP-Datatable v1.0.0
Remove line to merge helper settings as it's done in parent construct…