Skip to content

Nounours13/Ignited-Datatables-Query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Ignited Datatables QUERY

Datatables Library for codeigniter 3

Ignited Datatables Query is a wrapper class/library based on the native Datatables server-side implementation by Allan Jardine found at http://datatables.net/examples/data_sources/server_side.html for CodeIgniter and Vincent Bambico [email protected] and Yusuf Ozdemir [email protected]

Fork : https://github.com/IgnitedDatatables/Ignited-Datatables Wiki : https://github.com/IgnitedDatatables/Ignited-Datatables/wiki

Contact: Nounours

Requirements

jQuery 1.5+ DataTables 1.10+ CodeIgniter 3.0+

Install

To install the library, copy the libraries/datatables2.php file into your application/libraries folder.

License

DON'T BE A DICK PUBLIC LICENSE

It's a Fork from Ignited Datatables. It's the same initialization on Ignited Datatables.
The difference is that you can only use
$this->datatables2->query('your_query');
and
$this->datatables2->generate();
to make the request in server side for datatables.

You can use unset_columns,edit_columns,add_columns like ignited datatables.

About

Datatables Library for codeigniter 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages