cancel
Showing results for 
Search instead for 
Did you mean: 

how to set the visible row count as "initial" dynamically?

Former Member
0 Kudos

hi, dear:

how to set the visible row count as "-1" dynamically??

I want to set the table's row count as initial (-1) dynamically/ programmly....

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

alespad
Contributor
0 Kudos

Hi,Have you tried to bind a context attribute type I to the Row Count Property?

you can Set the attribute dinamically

Former Member
0 Kudos

i made one mistake by myself

Former Member
0 Kudos

Thanks.

My question is : i have already set the Visible row count as, for example 5, now i want to set it back to -1...

How to acheive it??

Former Member
0 Kudos

Hi,

You need to get the reference of TABLE UI element (CL_WD_TABLE) in ModifyView and then use the method SET_VISIBLE_ROW_COUNT to set the value dynamically using FIRST TIME attribute of MODIFY VIEW.

Regards,

Lekha.