w

wicketstuff-datatable-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.
The Apache Software License, Version 2.0
Michael O'Cleirigh
Files download
File Operation
wicketstuff-datatable-autocomplete-1.5.13.jar download
wicketstuff-datatable-autocomplete-1.5.13.pom download
wicketstuff-datatable-autocomplete-1.5.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>wicketstuff-datatable-autocomplete</artifactId>
  <version>1.5.13</version>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:wicketstuff-datatable-autocomplete:1.5.13'
Gradle Kotlin
implementation("org.wicketstuff:wicketstuff-datatable-autocomplete:1.5.13")
Scala SBT
libraryDependencies += "org.wicketstuff" % "wicketstuff-datatable-autocomplete" % "1.5.13"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='wicketstuff-datatable-autocomplete', version='1.5.13')
)
Apache Ivy
<dependency org="org.wicketstuff" name="wicketstuff-datatable-autocomplete" rev="1.5.13" />
Leiningen
[org.wicketstuff/wicketstuff-datatable-autocomplete "1.5.13"]
Apache Buildr
'org.wicketstuff:wicketstuff-datatable-autocomplete:jar:1.5.13'