Selecting data before they are rendered?
Selecting data before they are rendered?
bsamya
Posts: 1Questions: 1Answers: 0
Hi,
I have a table with 3000 rows. I need to preselect some of the rows. Rowcreate only selects that the rows have been rendered. Is there a way to select before they are rendered?
Also can the data be filtered to show only the selected records?
Thanks
This discussion has been closed.
Answers
Hi @bsamya ,
Yep, you can initialiase the table with a filter condition,
search.search
. The Select extension can be use to select rows, to select them all, you would usetable.rows().select()
,Cheers,
Colin