1.0.1 • Published 7 years ago

datatables.net-bulma v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

DataTables for jQuery with styling for Bulma

This package contains distribution files required to style DataTables library for jQuery with styling for Bulma.

DataTables is a table enhancing library which adds features such as paging, ordering, search, scrolling and many more to a static HTML page. A comprehensive API is also available that can be used to manipulate the table. Please refer to the DataTables web-site for a full range of documentation and examples.

Installation

npm

npm install datatables.net-bulma
var $ = require( 'jquery' );
require( 'datatables.net-bulma' )( window, $ );

Styles

You should import on your styles the .css file in order to visualize everything correctly.

Example on a .sass file:

@import "~datatables.net-bulma/css/dataTables.bulma.css";

License

This software is released under the MIT license. You are free to use, modify and distribute this software, but all copyright information must remain.

Note: This code is highly based on the Bootstrap integration for Datatables.