An open API service indexing awesome lists of open source software.

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

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

##