Replies: 2 comments
-
I got it to work when I removed the ColumnDef[] type, from the columns. https://codesandbox.io/s/cocky-feistel-57fmv8?file=/src/main.tsx |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just asked a similar question, where I need to type Any help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to get a simple example compiling (it renders fine on the dev server) using
8.5.13
I can't get this to compile: compiler complains about columns:
If I am more explicit like this:
Then the compiler throws:
Any idea how to solve that?
Beta Was this translation helpful? Give feedback.
All reactions