datatables-bulma

WebJar for datatables-bulma

Лицензия

Лицензия

MIT
Категории

Категории

Данные
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

datatables-bulma
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

datatables-bulma
WebJar for datatables-bulma
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать datatables-bulma

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.1