T
TanStack9mo ago
rare-sapphire

fully controlled table component that uses react-table.

I created a Generic table component that uses react-table under the hood and takes data as props and builds an editable table that allows users to edit cells and it launches an onChange event on the table component. problem is, because new data prop keeps updating and everything is being rerendered, the performance is pretty bad. that made me think if there is a way to make a fully controlled table component for forms and such?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?