Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blake-nouribekian/codeigniter-datatables
- Owner: blake-nouribekian
- Created: 2012-11-09T20:11:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T07:07:34.000Z (over 9 years ago)
- Last Synced: 2024-02-15T12:31:47.067Z (9 months ago)
- Language: PHP
- Size: 201 KB
- Stars: 76
- Watchers: 9
- Forks: 57
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-codeigniter - codeigniter-datatables - PHP CodeIgniter server-side for jQuery DataTables. (Libraries)
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.