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 seems, the attribute selectedRowKeys is meant for reading out wich 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 Kilian

Reply via email to