Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 672 Bytes

File metadata and controls

33 lines (21 loc) · 672 Bytes

Server-Side Datatables With Codeigniter

A basic example for using server-side Datatables with Codeigniter

Installing

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',

Authors

License

This project is licensed under the MIT License

Acknowledgments

The data used is generated using https://mockaroo.com/