Selecting data before they are rendered?
Selecting data before they are rendered?
![bsamya](https://secure.gravatar.com/avatar/1715719c561d1e39f580b25f0cc04bd6/?default=https%3A%2F%2Fvanillicon.com%2F1715719c561d1e39f580b25f0cc04bd6_200.png&rating=g&size=120)
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