cancel
Showing results for 
Search instead for 
Did you mean: 

WD Table

Former Member
0 Kudos
56

Hello there

Please some help needed

I have a table that one of the columns is an input field, when selecting a row the focus goes to that cell, (the table is in a scroll container), now when row is selected the row jumps to the bottom of the container how can I avoid the jump or set it as I like it to be ???

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi Oren,

Create a context attribute of type <b>int</b>. Set this to firstVisibleRow of table. Set the lead selection to this context attribute whenenver you want to highilght the row.

Hope this helps.

regards,

Siva

Former Member
0 Kudos

Thanks a lot but I managed by changing the Transparent container to Scroll container and the bug flied away\

thanks a lot

Answers (0)