https://github.com/edofre/datatables-bulma
Bulma styling for your datatables
https://github.com/edofre/datatables-bulma
Last synced: 3 months ago
JSON representation
Bulma styling for your datatables
- Host: GitHub
- URL: https://github.com/edofre/datatables-bulma
- Owner: Edofre
- License: mit
- Created: 2017-10-11T21:13:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T22:00:30.000Z (over 8 years ago)
- Last Synced: 2025-03-22T04:32:38.255Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Datatables Bulma
Bulma styling for the jQuery integration of datatables, see following sites for more information:
* https://datatables.net
* http://bulma.io
## Installation
```
npm i datatables-bulma-jquery
```
```javascript
var $ = require( 'jquery' );
require( 'datatables-bulma-jquery' )( window, $ );
```
## Usage
##