FilteringTable
FilteringTable copied to clipboard
An add-on for Vaadin. Extends the Vaadin Table component to provide optional filtering components below the table header.
Why does Table Sorting without DataProvider not work? I create the table, add the columns in a simple way (addColumn) and if the user clicks on the column header, nothing...
You have error in 0.9.16.v7 - when I try to download artifact I faced with this: status: 409, message : "The target deployment path 'org/vaadin/addons/filteringtable/0.9.16.v7/filteringtable-0.9.16.v7.pom' does not match the POM's...
Table does ignore refresh if filter does not get changed. Release refresh lock also in that kind of situation
Adding support for setting time zone for date filters. Reformatted old pull request for Vaadin8.
I'm using 0.9.15.v7 with Vaadin 7.7.10. When using IE11, if I select a row and then use the down arrow, the next row gets selected (as you might expect). If...
If a PagedFilterTable has a fixed height, so that it does _not_ grow vertically with the count of table rows (instead you want to scroll in the table body), the...
When creating the filter popup it is informed if decimal places are allowed or not. Inputs are validated accordingly. The goal is to prevent a number format exception when the...
I created issue #125 earlier in this month. I debugged the code and here is my solution :)
Hello! I have a problem using filteringtable on vaadin 7 (theme is valo): filters are not aligned with table column headers. I am using version 1.0.0.v7 of filteringtable. Please take...
i extend from valo theme, but filter table look bad, how i fix it? @import "../valo/valo"; @mixin myTheme { @include valo; // my css rules } 