-
Notifications
You must be signed in to change notification settings - Fork 21
Home
izalfat23 edited this page Feb 20, 2017
·
1 revision
- Easy to use.
- Generates Datatable and JSON for server side processing in just one controller.
- Use CodeIgniter Query Builder Class to produce query (support all functions). Read Documentation
- Support columns rendering/formatting.
- Able to define searchable table columns.
- Configurable datatables options. Read Documentation
jQuery (1.11+)
<script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-1.11.1.min.js"></script>
DataTables (1.10+)
<script type="text/javascript" language="javascript" src="//cdn.datatables.net/1.10.4/js/jquery.dataTables.min.js"></script>
<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.4/css/jquery.dataTables.css">