[
https://issues.apache.org/jira/browse/TRINIDAD-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545476
]
Matthias Weßendorf commented on TRINIDAD-840:
---------------------------------------------
So,
<tr:table rowSelection="multiple">... will render the links (like today)
and <tr:table rowSelection="multiple" selectAllVisible="false" >... will not
render the links
> New attribute on tr:table to hide Select All/Select None links
> --------------------------------------------------------------
>
> Key: TRINIDAD-840
> URL: https://issues.apache.org/jira/browse/TRINIDAD-840
> Project: MyFaces Trinidad
> Issue Type: New Feature
> Components: Components
> Affects Versions: 1.0.4-core
> Reporter: Dave Brunette
> Attachments: selectAllVisible.patch
>
>
> With <tr:table rowSelection="multiple" />, Trinidad will always render links
> for "Select All" and "Select None" at the top of the table. It would be
> great to be able to use the multiple row selection, but turn off the Select
> All/Select None links. For this, I'd suggest a simple new attribute on the
> table component: selectAllVisible -
> name: selectAllVisible
> type: boolean
> default: true
> required: false
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.