cancel
Showing results for 
Search instead for 
Did you mean: 

Setting leadselection does not change displayed row in table

Former Member
0 Kudos

I am using a Table element to display a list of search results.

The first time I perform a query, the results appear and the first row is displayed. The table footer shows the total amount of rows and the buttons to navigate. So far, so good.

The problem occurs when I perform a new query, after having navigated through the rows and the table was for example showing row number 10.

I perform the new query (which sets the leadselection back to 0), but the table stays on row 10, or the row closest to that number. It does not jump to the first row. Or in other words, the table view does not "reset".

Any ideas?

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

You right, it will not automatically navigate to the first row.

Set firstVisibleRow property of the table UI element to zero everytime you execute the search.

Abhi

Former Member
0 Kudos

Thanks a lot, problem solved

Answers (0)