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

Exception on tables with Date column #6

Closed coderazzi closed 13 years ago

coderazzi commented 13 years ago

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


What steps will reproduce the problem?
1. Create a table with a model associating a Date.class type to a column
2. Associate a table filter header to this table

Instead of being created the filter, an exception is raised

Original issue reported on code.google.com by coderazzi on 2011-03-05 05:13:12

coderazzi commented 13 years ago

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


The problem does not happen because of a Date column, but as described on the separated
issue 'Exception raised when a model is set on the table  after attaching the filter
header'

Original issue reported on code.google.com by coderazzi on 2011-03-05 14:13:30