cancel
Showing results for 
Search instead for 
Did you mean: 

how can I get all rows of table

Former Member
0 Kudos

Hi all,

I have a table and it has 20 rows. Visible rows number is 12  and I need scroll for another 8 rows .

Now I have a button to change all rows property. getAllRows() function only can get visible rows. how can I get all rows?

Accepted Solutions (1)

Accepted Solutions (1)

former_member182862
Active Contributor
0 Kudos

HI Mengchi

You typical change the values of the model and not the rows in the table control.

Example.

-D

Answers (2)

Answers (2)

Former Member
0 Kudos

It's correct solution, much thanks for your help.

Former Member
0 Kudos

HI Mengchi,

Just loop over the model and you will get all of the rows.

Regards,

Nikhil