Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jdilleen/datatables-bulma

DataTables styling for the Bulma CSS framework
https://github.com/jdilleen/datatables-bulma

bulma bulma-css css datatables datatables-plugin javascript jquery

Last synced: about 15 hours ago
JSON representation

DataTables styling for the Bulma CSS framework

Awesome Lists containing this project

README

        

# datatables-bulma

DataTables styling for the Bulma CSS framework

## Quick Start
Include the [Bulma](http://bulma.io/) CSS, followed by the /css/dataTables.bulma.min.css file


Include [jQuery](https://jquery.com/), [DataTables](https://datatables.net/) and the /js/dataTables.bulma.min.js file



Initialise DataTables as normal


$(selector).DataTable();

## End Result
![Styled DataTable](https://i.imgur.com/wh2yo85.png)

### Extra
Include the [Font Awesome](https://fontawesome.com/) icon set for the sorting arrows as shown in the above screenshot.

### NPM
Install via npm:

npm install datatables-bulma