Selecting data before they are rendered?

Selecting data before they are rendered?

bsamyabsamya 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

Answers

  • colincolin Posts: 15,146Questions: 1Answers: 2,587

    Hi @bsamya ,

    Also can the data be filtered to show only the selected records?

    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 use table.rows().select(),

    Cheers,

    Colin

This discussion has been closed.