Skip to content

Releases: tigrang/cakephp-datatable

CakePHP-Datatable v2.0.1

06 Jul 17:48
Compare
Choose a tag to compare
Merge pull request #73 from kolorafa/master

When using column search field it wrongly uses OR in place of AND

CakePHP-Datatable v2.0.0

07 Feb 08:00
Compare
Choose a tag to compare

Releasing new stable version

New features

  • Aliased configs allowing for multiple tables of the same model
  • autoRender and autoData options for tables that don't need any view processing
  • bSearchable can be set to DataTableConfig::SEARCH_GLOBAL or DataTableConfig::SEARCH_COLUMN for 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
  • triggerAction option removed
  • $this->DataTable->paginate = array(...); changed to $this->DataTable->setViewVar(array(...));

CakePHP-Datatable v1.0.0

07 Feb 01:45
Compare
Choose a tag to compare
Remove line to merge helper settings as it's done in parent construct…

…or already