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?

1 Reply
deep-jade•3y 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