★ wanayoo — archive 1999 https://github.com/JDilleen/datatables-bulmaNouvelle recherche | Portail wanayoo
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
js
 
 
 
 
 
 
 
 

README.md

datatables-bulma

DataTables styling for the Bulma CSS framework

Quick Start

Include the Bulma CSS, followed by the /css/dataTables.bulma.min.css file

<link rel="stylesheet" href="/old?u=https%3A%2F%2Fgithub.com%2Fcss%2Fbulma.min.css&y=1999">
<link rel="stylesheet" href="/old?u=https%3A%2F%2Fgithub.com%2Fcss%2FdataTables.bulma.min.css&y=1999" />

Include jQuery, DataTables and the /js/dataTables.bulma.min.js file

<script src="/old?u=https%3A%2F%2Fgithub.com%2Fjs%2Fjquery-3.1.1.min.js&y=1999"></script>
<script src="/old?u=https%3A%2F%2Fgithub.com%2Fjs%2Fjquery.dataTables.min.js&y=1999"></script>
<script src="/old?u=https%3A%2F%2Fgithub.com%2Fjs%2FdataTables.bulma.min.js&y=1999"></script>

Initialise DataTables as normal

<script type="text/javascript">
    $(selector).DataTable();
</script>

End Result

Styled DataTable

Extra

Include the Font Awesome icon set for the sorting arrows as shown in the above screenshot.

NPM

Install via npm:

npm install datatables-bulma

About

DataTables styling for the Bulma CSS framework

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.