How can i make evident a new row in a table?

I created a new row in the table. But I would like the newly created row to be highlighted on creation in the table. Is it possible? how can i do?
example

Hi @margaret,

Can you try changing the Default index on the table component to something like this `{{query1.data.active.length -1}}` (you'll need to replace the query and column name to match your app)? Here's an example within the Retool editor:

Let me know if that doesn't work!

Thank you,

Brody

Hi brody, thank you for the help, unfortunately it doesn't work. When i create a new row and i save it i can't find the new row in my table. I need to scroll the page and looking for it. Do you have any advice?

Hi @margaret, do you have your query that populates the table being triggered when you hit save changes?