datatables-bulma

WebJar for datatables-bulma

License

License

MIT
Categories

Categories

Data
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

datatables-bulma
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

datatables-bulma
WebJar for datatables-bulma
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download datatables-bulma

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/datatables-bulma/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>datatables-bulma</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/datatables-bulma/
implementation 'org.webjars.npm:datatables-bulma:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/datatables-bulma/
implementation ("org.webjars.npm:datatables-bulma:1.0.1")
'org.webjars.npm:datatables-bulma:jar:1.0.1'
<dependency org="org.webjars.npm" name="datatables-bulma" rev="1.0.1">
  <artifact name="datatables-bulma" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='datatables-bulma', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "datatables-bulma" % "1.0.1"
[org.webjars.npm/datatables-bulma "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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="/css/bulma.min.css">
<link rel="stylesheet" href="/css/dataTables.bulma.min.css" />

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

<script src="/js/jquery-3.1.1.min.js"></script>
<script src="/js/jquery.dataTables.min.js"></script>
<script src="/js/dataTables.bulma.min.js"></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

Versions

Version
1.0.1