cljsjs/datatables.net-bs

DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, build upon the foundations of progressive enhancement, that adds all of these advanced features to any HTML table.

Leiningen/Boot

[cljsjs/datatables.net-bs "1.10.16-0"]

Clojure CLI/deps.edn

cljsjs/datatables.net-bs {:mvn/version "1.10.16-0"}

Gradle

implementation("cljsjs:datatables.net-bs:1.10.16-0")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>datatables.net-bs</artifactId>
  <version>1.10.16-0</version>
</dependency>