Releases: zepernick/Codeigniter-DataTables
Releases · zepernick/Codeigniter-DataTables
Codeigniter-DataTables v1.3
- New Method
setProtectIdentifiers(boolean)
this defaults to FALSE if not specified. It will allow the
Query Builder to surround table names and column names with backticks when TRUE - Library no longer enforces POST requests. POST or GET can be used now
Codeigniter-DataTables v1.2
Bug Fix #6
Added support for global "search" parameter. All columns in the grid will be searched.
Codeigniter-DataTables v1.1
- New Method
setPreResultCallback(function())
- New Method
setColumnSearchType(colName, type)
/getColumnSearchType(colName)
Codeigniter-DataTables v1.0
Merge pull request #5 from niktrix/patch-1 Update README.md