I have a form in a table that updates the data on each row. I have the rows style toggle based on content so when the data in the form is changed (and sub,itted) the row should change color.
How do I make just one row refresh on updating the form? (Paged data)
Sorry, what and how are you reloading exactly? Are you reloading the page or the server action? Please share a few screenshots showing how is your page/table/reload set up.
So you are using paging for your database query and on server action reload the paging resets to page 1?
What is the expression used to reload the server action?
Do you store the page in a variable(url/session)?