Skip to content
Fayaz Khan edited this page Jul 25, 2017 · 2 revisions

Data Tables Library for CodeIgniter v1.0

  • This Library makes it very easy to Integrate Ajax based DataTables in CodeIgniter
  • It uses CodeIgniter's Database Query Builder API so you have all the powers in one place
  • It does not require any interface Class or extra Model to construct the query
  • It enables you to bind custom search, Where Clauses, Having Clauses, Group by and Order by clauses.
  • It can also mutate (Edit) Query field before sending it to the DataTables.
  • It makes it easy to Add Action (Edit/Delete/View etc) Columns to the Query and you can easily bind it to the Table.
  • It can format Columns as Currency, Percent, Date and Number and You can use its Edit COlumn ability to have any other formatting and calculation.
Clone this wiki locally