[
https://issues.apache.org/jira/browse/WICKET-5477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13875850#comment-13875850
]
Martin Grigorov commented on WICKET-5477:
-----------------------------------------
It is not very clear for which class(es) you talk about.
Patch/quickstart is welcome.
> 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
> Labels: table
>
> 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)