Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blake-nouribekian/codeigniter-datatables

PHP Codeigniter server-side for jQuery DataTables
https://github.com/blake-nouribekian/codeigniter-datatables

Last synced: 3 days ago
JSON representation

PHP Codeigniter server-side for jQuery DataTables

Awesome Lists containing this project

README

        

codeigniter-datatables
======================

PHP Codeigniter server-side for jQuery DataTables

This code was designed to be used for the server-side portion for the popular jQuery DataTables plugin when using Codeigniter.

index.php - This file contains the html used by DataTables

data.php - This file is the controller that goes in Codeigniter.

jquery-1.8.2.min.js - jQuery library is the main file needed to run all of this.

javascript.js - This file contains the code which initializes DataTables.

jquery.dataTables.min.js - This is the main file needed for DataTables to work.

jquery.dataTables.delay.min.js - This is a plugin used to delay the searching when typing into the search box.