Refresh datagrid but maintain current page

I have a flow where if a user edits a paginated datagrid (using the built in pagination). I then fetch the underlying data. The problem is that doing so goes back to page 1, losing whatever page the user was on. How do i deal with this?

1 Like

I usually do my own pagination to handle these things - then I don’t refresh the Offset variable when doing the fetch

maybe you can use to fork component and create a new datagrid where can permit handle the pagination offset