Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-5477

CSS class is not applied to <TD> for data filter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 6.12.0
    • 6.14.0, 7.0.0-M1
    • wicket

    Description

      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.

      Attachments

        Activity

          People

            svenmeier Sven Meier
            phantom Ilia Naryzhny
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: