Package Exports
- datatables-bootstrap3-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (datatables-bootstrap3-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
jQuery DataTables and Bootstrap 3 integration
jQuery DataTables plugin and Bootstrap 3 integration.
Installing
You can easily install the latest version via npm, yarn or bower:
$ npm install --save datatables-bootstrap3-plugin
$ yarn add datatables-bootstrap3-plugin
$ bower install --save datatables-bootstrap3-plugin
Include library and style files directly to your HTML page:
<link href="css/datatables-bootstrap3.css" rel="stylesheet">
<script src="js/datatables-bootstrap3.js"></script>
External dependencies:
- Twitter Bootstrap 3.3.*
- Font Awesome icon toolkit 4.7.*
- jQuery DataTables plugin 1.10.*
- jQuery library 3.3.*
Fork changes
- Stylesheet changes to use Font-Awesome for displaying sorting and pagination icons. You don't need to use images for this purpose anymore.
Usage example
If you have any questions you can see the example code here