Skip to content

A basic example for using server-side Datatables with Codeigniter

License

Notifications You must be signed in to change notification settings

RanaEmad/datatables

Repository files navigation

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/

About

A basic example for using server-side Datatables with Codeigniter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published