is not current version
Last Version 1.5.13

org.wicketstuff:wicketstuff-datatable-autocomplete 1.5.8

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.

Categories

Categories

Wicket User Interface Web Frameworks Data Auto Application Layer Libs Code Generators
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

wicketstuff-datatable-autocomplete
Version

Version

1.5.8
Type

Type

jar

Download wicketstuff-datatable-autocomplete 1.5.8


<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datatable-autocomplete/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-datatable-autocomplete</artifactId>
    <version>1.5.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datatable-autocomplete/
implementation 'org.wicketstuff:wicketstuff-datatable-autocomplete:1.5.8'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datatable-autocomplete/
implementation ("org.wicketstuff:wicketstuff-datatable-autocomplete:1.5.8")
'org.wicketstuff:wicketstuff-datatable-autocomplete:jar:1.5.8'
<dependency org="org.wicketstuff" name="wicketstuff-datatable-autocomplete" rev="1.5.8">
  <artifact name="wicketstuff-datatable-autocomplete" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-datatable-autocomplete', version='1.5.8')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-datatable-autocomplete" % "1.5.8"
[org.wicketstuff/wicketstuff-datatable-autocomplete "1.5.8"]