T
TanStack3y ago
optimistic-gold

How to pass custom data to a row object in react table?

Hi all! I have a question: Is it possible to pass custom data to a row object in react table? And how can i do it?
No description
1 Reply
deep-jade
deep-jade3y ago
Most likely solution is to use the Meta object. https://tanstack.com/table/v8/docs/api/core/table#meta
Table | TanStack Table Docs
useReactTable / createSolidTable / useVueTable / createSvelteTable `tsx

Did you find this page helpful?