T
TanStack3y ago
adverse-sapphire

Table not updating when column def changes

We have a v8 table which displays a list of objects and the name of the user who created said object. The users are kept separately from the objects and in the accessorFn we find the correct user in the array and display their name. The issue we're having is that the users array isn't populated the first render, and the table is not updated on subsequent renders. Is this new behaviour in v8? This works fine in our v7 tables. Is the recommended approach to make sure all data required is sent in as "data" instead? EDIT: After some more debugging I found that "cell" will update the table, but not accessorFn
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?