Can url parameter make it work after all pages have loaded?

#p=3 , table.selectedIndex = {{table.data.map(item => item.id).indexOf(parseInt(urlparams.hash.p))}}

I linked url parameter to table and the table data calls rest api when the page loads.

currently, url parameter works before the data appears in table, so nothing works after data appears. Is there any way?

Hey @finn - I think what you might be looking for is the table.selectRow() method - you can run this in a Run JS Code query on page load, and delay it by a second or two if that helps.

LMK if this is useful!