Directory

← Back

FilterTableState

Save and manage the state of FilteringTable addon to separate profiles including filters, sorting, the order and visibility and width of columns.

Author

Rating

Popularity

<100

Extend FilterTable component with FilterTableState extension to access the following capabilities:

-Save the state of table including filters, sorting, the order and visibility and width of columns. -Set a default profile -Delete a profile -Reset the table to it's original state -Add functions on server side -Set a default function on server side -Keep the existing column switching function

You have to implement FilterTableStateHandler interface which handle the saving process of profiles into a database. You can implement FilterTableClickFunctionHandler interface optionally.

In the module descriptor you have to inherit this widget BEFORE com.vaadin.DefaultWidgetSet, because it uses com.google.gwt.query.Query. See: https://github.com/gwtquery/gwtquery/issues/213

Compatibility

(Loading compatibility data...)

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

-style for Valo Theme -switch to Vaadin 7.3.0, Filteringtable 0.9.11.v7

Released
2016-08-18
Maturity
EXPERIMENTAL
License
Apache License 2.0

Compatibility

Framework
Vaadin 7.3+
Vaadin 7.0+ in 1.0.4
Browser
Internet Explorer
Firefox
Opera
Safari
Google Chrome
Internet Explorer
Internet Explorer
Internet Explorer

FilterTableState - Vaadin Add-on Directory

Save and manage the state of FilteringTable addon to separate profiles including filters, sorting, the order and visibility and width of columns. FilterTableState - Vaadin Add-on Directory
Extend FilterTable component with FilterTableState extension to access the following capabilities: -Save the state of table including filters, sorting, the order and visibility and width of columns. -Set a default profile -Delete a profile -Reset the table to it's original state -Add functions on server side -Set a default function on server side -Keep the existing column switching function You have to implement FilterTableStateHandler interface which handle the saving process of profiles into a database. You can implement FilterTableClickFunctionHandler interface optionally. In the module descriptor you have to inherit this widget BEFORE com.vaadin.DefaultWidgetSet, because it uses com.google.gwt.query.Query. See: https://github.com/gwtquery/gwtquery/issues/213
Online