Rendering cells that include input - v7 to v8 migration
Hi folks!
I'm having a small problem migrating the table to v8.
I have some wrappers around the basic
useReactTable
, and I've migrated the columns and the markup and everything that's needed, and it works well for the most part.
I did everything according to the migration manual.
The only problem I'm having right now is having the columns that render inputs change their state, specifically in a "server side data fetching" situation.
What I'm experiencing is that when the filter/sort changes, all the "basic" cells change their values but the input cells get stuck with the data from the previous row that appeared there.
I hope I was clear enough in my description.
Did anyone else experience this and does anyone have a lead or a suggestion as to how to proceed?
Thanks!1 Reply
other-emerald•12mo ago
Can you share a codesandbox or something with the problem?