License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks Data Auto Application Layer Libs Code Generators |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIddatatable-autocomplete |
Last Version | Last Version1.5-RC5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDatatable Autocomplete
The Datatable autocomplete project provides a Trie datastructure that allows AJAX searches on large datasets fast.
It is not memory efficient but it is fast especially to know how many results a given prefix matches.
Provides a Datatable component when tied to a textfield will show the matched objects in a table format.
|
<!-- https://jarcasting.com/artifacts/org.wicketstuff/datatable-autocomplete/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>datatable-autocomplete</artifactId>
<version>1.5-RC5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/datatable-autocomplete/
implementation 'org.wicketstuff:datatable-autocomplete:1.5-RC5.1'
// https://jarcasting.com/artifacts/org.wicketstuff/datatable-autocomplete/
implementation ("org.wicketstuff:datatable-autocomplete:1.5-RC5.1")
'org.wicketstuff:datatable-autocomplete:jar:1.5-RC5.1'
<dependency org="org.wicketstuff" name="datatable-autocomplete" rev="1.5-RC5.1">
<artifact name="datatable-autocomplete" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='datatable-autocomplete', version='1.5-RC5.1')
)
libraryDependencies += "org.wicketstuff" % "datatable-autocomplete" % "1.5-RC5.1"
[org.wicketstuff/datatable-autocomplete "1.5-RC5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.wicketstuff : datatable-autocomplete-common | jar | 1.5-RC5.1 |
org.apache.wicket : wicket-extensions | jar | 1.5-RC5.1 |
org.apache.wicket : wicket | pom | 1.5-RC5.1 |