File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1- #DataTables and Bootstrap integration
1+ # DataTables and Bootstrap integration
22
33![ Bower Version] ( http://img.shields.io/bower/v/datatables-bootstrap3-plugin.svg?style=flat-square )
44[ ![ NPM Version] ( http://img.shields.io/npm/v/datatables-bootstrap3-plugin.svg?style=flat-square )] ( https://www.npmjs.com/package/datatables-bootstrap3-plugin )
55[ ![ GitHub Version] ( http://img.shields.io/github/release/misantron/datatables-bootstrap3-plugin.svg?style=flat-square )] ( https://github.com/misantron/datatables-bootstrap3-plugin )
66
77jQuery DataTables plugin and Bootstrap 3 integration.
88
9- ##Installation
9+ ## Installing
1010
11- You can easy install plugin using Bower:
11+ ** NPM ** ` npm i datatables-bootstrap3- plugin`
1212
13- ```
14- bower install datatables-bootstrap3-plugin
15- ```
13+ ** Bower** ` bower install datatables-bootstrap3-plugin `
1614
17- Or you can copy and include JS and CSS files directly to your HTML page:
15+ Include library and style files directly to your HTML page:
1816
1917```
2018<link href="css/datatables-bootstrap3.css" rel="stylesheet">
2119<script src="js/datatables-bootstrap3.js"></script>
2220```
2321
24- ##External dependencies:
22+ ## External dependencies:
2523
2624* Bootstrap 3.*
2725* Font Awesome 4.*
2826* jQuery DataTables 1.10.*
2927
30- ##Fork changes
28+ ## Fork changes
3129
3230* Stylesheet changes to use Font-Awesome for displaying sorting and pagination icons. You don't need to use images for this purpose anymore.
3331
34- ##Usage example
32+ ## Usage example
3533
3634If you have any questions you can see the example code [ here] ( /example )
You can’t perform that action at this time.
0 commit comments