Skip to content

Releases: zepernick/Codeigniter-DataTables

Codeigniter-DataTables v1.3

18 Aug 10:30
Compare
Choose a tag to compare
  • 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

17 Jun 09:09
Compare
Choose a tag to compare

Bug Fix #6

Added support for global "search" parameter. All columns in the grid will be searched.

Codeigniter-DataTables v1.1

28 May 09:19
Compare
Choose a tag to compare
  • New Method setPreResultCallback(function())
  • New Method setColumnSearchType(colName, type) / getColumnSearchType(colName)

Codeigniter-DataTables v1.0

28 May 08:21
Compare
Choose a tag to compare
Merge pull request #5 from niktrix/patch-1

Update README.md