Dandelion-DataTables
Dandelion module to create full-features HTML table based on the amazing DataTables jQuery plugin.
See the documentation here: http://dandelion.github.io/datatables
= The Dandelion team.
| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.github.dandelion |
| ArtifactId | ArtifactIddatatables-extras |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDandelion :: Datatables :: Extras
Dandelion component that allows to quickly create full-featured HTML tables using the amazing DataTables jQuery plugin.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| datatables-extras-1.1.0.pom | 863 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/datatables-extras/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-extras</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-extras/
implementation 'com.github.dandelion:datatables-extras:1.1.0'
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-extras/
implementation ("com.github.dandelion:datatables-extras:1.1.0")
'com.github.dandelion:datatables-extras:pom:1.1.0'
<dependency org="com.github.dandelion" name="datatables-extras" rev="1.1.0">
<artifact name="datatables-extras" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='datatables-extras', version='1.1.0')
)
libraryDependencies += "com.github.dandelion" % "datatables-extras" % "1.1.0"
[com.github.dandelion/datatables-extras "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
Dandelion module to create full-features HTML table based on the amazing DataTables jQuery plugin.
See the documentation here: http://dandelion.github.io/datatables
= The Dandelion team.