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.