File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1- datatables-bootstrap3-plugin
1+ DataTables and Bootstrap integration
22============================
3+ jQuery DataTables plugin and Bootstrap 3 integration.
34
4- jQuery DataTables plugin and Bootstrap 3 integration
5+ Installation
6+ ---------------------------
7+ You can easy install plugin via Bower. Just add it to your application bower config and execute the command in console:
8+ ```
9+ /path/to/bower update
10+ ```
11+ Or you can copy and include JS and CSS files directly to your HTML page:
12+ ```
13+ <link href="css/datatables-bootstrap3.css" rel="stylesheet">
14+ <script src="js/datatables-bootstrap3.js"></script>
15+ ```
16+ Code dependencies:
17+ * Bootstrap 3.* (include Font-Awesome)
18+ * jQuery DataTables plugin 1.10.*
19+
20+ Fork changes
21+ ---------------------------
22+ * Stylesheet changes to use Font-Awesome for displaying sorting and pagination icons. You don't need to use images for this purpose anymore.
23+
24+ Example
25+ ---------------------------
26+ If you have any questions you can see the example code [ here] ( /example )
Original file line number Diff line number Diff line change 1818 " plugin"
1919 ],
2020 "ignore" : [
21+ " .gitignore" ,
2122 " example"
2223 ]
2324}
You can’t perform that action at this time.
0 commit comments