File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,20 @@ jQuery DataTables plugin and Bootstrap 3 integration.
55Installation
66---------------------------
77You can easy install plugin via Bower. Just add it to your application bower config and execute the command in console:
8+
89```
910/path/to/bower update
1011```
12+
1113Or you can copy and include JS and CSS files directly to your HTML page:
14+
1215```
1316<link href="css/datatables-bootstrap3.css" rel="stylesheet">
1417<script src="js/datatables-bootstrap3.js"></script>
1518```
19+
1620Code dependencies:
21+
1722* Bootstrap 3.* (include Font-Awesome)
1823* jQuery DataTables plugin 1.10.*
1924
@@ -23,4 +28,4 @@ Fork changes
2328
2429Example
2530---------------------------
26- If you have any questions you can see the example code [ here] ( /example )
31+ If you have any questions you can see the example code [ here] ( /example )
You can’t perform that action at this time.
0 commit comments