Hi NG!

I want to have a preselection in my tr:table with
rowSelection="multiple" . So I tried
selectedRowKeys="#{tableInstance.selectedRowKeys}" and putting something
in the array before the table gets rendered.
But it seams as if the attribute selectedRowKeys is meant for reading out which items the user selected and not for putting a selection in. All I want is to have all entries selected when the table is first shown.
How do I accomplish this?

thanks,
Tobias Kkilian



Reply via email to