A basic example for using server-side Datatables with Codeigniter
Import the datatables.sql Replace the base_url in config.php with yours
$config['base_url'] = 'http://localhost/datatables/';
if you wish to use a different database than the one uploaded adjust the database settings in database.php
'hostname' => 'localhost',
'username' => 'root',
'password' => '',
'database' => 'datatables',
- Rana Emad - (https://github.com/RanaEmad)
This project is licensed under the MIT License
The data used is generated using https://mockaroo.com/