Refresh updated row

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)

On form dynamic events > server connect > success > call your server action which is used for the data in the table.

I did that (load) but it goes back to page one. I want it to stay on the page and record where it is.

Not sure what you mean? What page are you referring to?

Its paged data. The update form repeats on every line. So if I’m doing am update on page 3 on reload it goes back to one

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.

this is a typical page. The form repeats on each row so we can review/update

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)?

I just have the server connect load on success. I also tried re-load. I don’t know how to store it in a session so I doubt I am

When you load the script again, set the offset to use the offset value of the existing action. It’ll be in the dynamic data.

3 Likes