You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (Jira)" <de...@myfaces.apache.org> on 2022/09/09 06:48:00 UTC

[jira] [Resolved] (TOBAGO-2156) Sheet: Commands in Header may help to Select, Filter, ...

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

Udo Schnurpfeil resolved TOBAGO-2156.
-------------------------------------
    Resolution: Fixed

> Sheet: Commands in Header may help to Select, Filter, ... 
> ----------------------------------------------------------
>
>                 Key: TOBAGO-2156
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-2156
>             Project: MyFaces Tobago
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>            Priority: Major
>             Fix For: 5.3.0
>
>
> Example to call a filter in the backend on the data list:
> {code}
>       <tc:column label="Name">
>         <f:facet name="bar">
>           <tc:button label="Filter" omit="true">
>             <tc:link label="All" action="#{sheetBarController.planetsOnly}">
>               <f:ajax render="sheet"/>
>             </tc:link>
> {code}
> Example to call a select-all in the backend on the data list:
> {code}
>       <tc:columnSelector>
>         <f:facet name="bar">
>           <tc:button omit="true">
>             <tc:link label="Select all on server" action="#{sheetBarController.selectAllOnServer}">
>               <f:ajax render="sheet"/>
>             </tc:link>
>  {code}
> The 2nd example is needed, because (when paging is activated) the given "select-all" checkbox in the table header only selects all visibled (on this paging page) rows.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)