You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (Jira)" <ji...@apache.org> on 2021/12/30 12:26:00 UTC

[jira] [Updated] (WICKET-6941) Add visible attribute to AbstractColumn to hide/show columns in DataTable/DataGridView.

     [ https://issues.apache.org/jira/browse/WICKET-6941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sven Meier updated WICKET-6941:
-------------------------------
    Priority: Minor  (was: Major)

Why is this needed? You can just skip columns you don't want to see in #getColumns(), see WICKET-4596

> Add visible attribute to AbstractColumn to hide/show columns in DataTable/DataGridView.
> ---------------------------------------------------------------------------------------
>
>                 Key: WICKET-6941
>                 URL: https://issues.apache.org/jira/browse/WICKET-6941
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 9.7.0
>            Reporter: Rob Stokes
>            Priority: Minor
>
> Added isVisible/setVisible methods to ICellPopulator interface to control rendering of columns in a DataTable/DataGridView. Visible attribute is checked for the column in AbstractDataGridView and HeadersToolbar.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)