Question

Cotiviti
US
Last activity: 2 Apr 2025 13:05 EDT
Set focus to last row of a table
I have a table which supports pagination and a button off the table on the section. Upon click of the button I add a row at the end of the table (-ie- APPEND to pagelist which sources the table). The last row of the table could be on a different page than the currently displayed page so upon click of the button not only do I want to add a row to the end but I want to move to that page at the very least and set focus on that last row (which was just added). How can I accomplish this? To navigate to the last page programmatically and set focus to the last row which was just added.