coderazzi / tablefilter-swing

TableFilter is a set of Swing components to support user-driven filtering on table.
https://coderazzi.net/tablefilter
MIT License
7 stars 2 forks source link

Add reapplyFilters (or similar name) to the TableFilterHeader #18

Closed coderazzi closed 13 years ago

coderazzi commented 13 years ago

Original report by Anonymous.


As part of the previous issue, it would be interesting to being able to reapply the
filters. 
In this case, if setFilterOnUpdates does not work, or is set to false, the filters
can be programmatically applied

Original issue reported on code.google.com by luismpena on 2011-06-07 13:57:18

coderazzi commented 13 years ago

Original comment by coderazzi coderazzi (Bitbucket: coderazzi, GitHub: coderazzi).


(No text was entered with this change)

Original issue reported on code.google.com by coderazzi on 2011-06-07 15:07:59

coderazzi commented 12 years ago

Original comment by coderazzi coderazzi (Bitbucket: coderazzi, GitHub: coderazzi).


As reported on the previous bug (17),
the issue is a repainting problem on the underlying table,
that is, the filters are applied properly.
To solve the issue, it is enough to request a table.repaint()

Original issue reported on code.google.com by coderazzi on 2011-11-09 17:12:37