FilterableTwinColSelect
An improved version of the core's TwinColSelect, allows you to filter values
This component is an improved version of core's TwinColSelect. This component allows you to filter the values in both columns. This is completely a server-side add-on with no new client-side code.
Sample code
FilterableTwinColSelect select = new FilterableTwinColSelect(); select.setContainerDataSource(container); select.setItemCaptionPropertyId("name"); select.setLeftColumnCaption("Available"); select.setRightColumnCaption("Selected"); select.setFilterInputPrompt("Filter...");
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Small bug fixes. Removed configuration from packaging.
- Released
- 2015-05-25
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 7.0+
- Browser
- Internet Explorer
- Firefox
- Opera
- Safari
- Google Chrome
- Internet Explorer
FilterableTwinColSelect - Vaadin Add-on Directory
An improved version of the core's TwinColSelect, allows you to filter valuesThis component is an improved version of core's TwinColSelect. This component allows you to filter the values in both columns. This is completely a server-side add-on with no new client-side code.
Online DemoSource Code
Discussion Forum
FilterableTwinColSelect version 1.0.0
null
FilterableTwinColSelect version 1.0.1
Small bug fixes. Removed configuration from packaging.