[
https://issues.apache.org/jira/browse/WICKET-5477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sven Meier resolved WICKET-5477.
--------------------------------
Resolution: Fixed
Fix Version/s: 7.0.0
6.14.0
Assignee: Sven Meier
FilterToolbar uses the column's style now.
> CSS class is not applied to <TD> for data filter
> ------------------------------------------------
>
> Key: WICKET-5477
> URL: https://issues.apache.org/jira/browse/WICKET-5477
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 6.12.0
> Reporter: Ilia Naryzhny
> Assignee: Sven Meier
> Labels: table
> Fix For: 6.14.0, 7.0.0
>
>
> There is a possibility to specify CSS class for the column. But class is
> applied only for header and data cells and not for cell which contains filter.
> Btw, it will be very good if instead of
> @Override
> public String getCssClass()
> {
> return null;
> }
> there were some GET/SET methods. Sometimes it's inconvient to override Column
> class just to specify CSS class for that column.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)