Skip to content

Commit 8bed300

Browse files
committed
Add internal library datatables 😏 👍
1 parent 65b0b2c commit 8bed300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datatables-codeigniter/Readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class Ex_datatables extends CI_Controller {
5252
```
5353

5454
## Javascript
55+
Include ``jquery.dataTables.js``, ``bootstrap-datatables.js``, ``datatables.js``
5556

5657
```
5758
var url_ajax = "<?php echo $baseurl."api/".$module."_ajax" ; ?>";
@@ -97,7 +98,7 @@ $(function () {
9798

9899

99100
## View
100-
101+
Include ``jquery.dataTables.css``
101102
```
102103
<table class="table table-bordered table-striped mg-t datatables" id="refresh">
103104
<thead>

0 commit comments

Comments
 (0)