Skip to content

florenperetti/datatables-bulma-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

jQuery DataTables plugin and Bulma integration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published