Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/misantron/datatables-bootstrap3-plugin
DataTables and Bootstrap v3 integration plugin
https://github.com/misantron/datatables-bootstrap3-plugin
bootstrap bootstrap3 datatables javascript jquery jquery-datatables jquery-plugin
Last synced: 4 months ago
JSON representation
DataTables and Bootstrap v3 integration plugin
- Host: GitHub
- URL: https://github.com/misantron/datatables-bootstrap3-plugin
- Owner: misantron
- Created: 2014-12-17T18:50:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T09:05:32.000Z (over 6 years ago)
- Last Synced: 2024-09-28T16:06:48.395Z (4 months ago)
- Topics: bootstrap, bootstrap3, datatables, javascript, jquery, jquery-datatables, jquery-plugin
- Language: CSS
- Homepage:
- Size: 57.6 KB
- Stars: 13
- Watchers: 4
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jQuery DataTables and Bootstrap 3 integration
[![NPM Version](http://img.shields.io/npm/v/datatables-bootstrap3-plugin.svg?style=flat-square)](https://www.npmjs.com/package/datatables-bootstrap3-plugin)
[![NPM Download](http://img.shields.io/npm/dm/datatables-bootstrap3-plugin.svg?style=flat-square)](https://www.npmjs.com/package/datatables-bootstrap3-plugin)
[![NPM License](http://img.shields.io/npm/l/datatables-bootstrap3-plugin.svg?style=flat-square)](https://www.npmjs.com/package/datatables-bootstrap3-plugin)
[![GitHub Version](http://img.shields.io/github/release/misantron/datatables-bootstrap3-plugin.svg?style=flat-square)](https://github.com/misantron/datatables-bootstrap3-plugin)jQuery DataTables plugin and Bootstrap 3 integration.
## Installing
You can easily install the latest version via [npm](https://www.npmjs.com/), [yarn](https://yarnpkg.com) or [bower](https://bower.io/):
`$ 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:
```
```
## 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](/example)