T
TanStack3y ago
correct-apricot

When does the _valuesCache under row object are updated?

I have an issue with this cached values. The row.original is being updated but the _valuesCache still with the old values which makes the getValue function to always retrieve the cell old value. I've made a custom cell edit and when the save button is clicked, it sends the new data to an API and then useTable data is updated with the request response. As I said before, the row.original is being updated properly, but the _valuesCache still with the old values. Is there a way to force this cache to be updated?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?