Integrate Tanstack table with array of array
Hi everyone. I got a type error when I tried to implement a table with an array of array data.
The typescript error message is as follows:
And here is my implementation, Does anyone knows how to resolve this?
Sandbox link: https://codesandbox.io/s/compassionate-cherry-sn1u92?file=/src/main.tsx
hypong
CodeSandbox
compassionate-cherry-sn1u92 - CodeSandbox
compassionate-cherry-sn1u92 by hypong using @tanstack/react-table, react, react-dom
1 Reply
xenial-blackOP•3y ago
I have resolved this problem. Thanks all