Issue with typing props on a vue component using ColumnDef type.
I am hitting the issue described here (from 2022) -- https://github.com/TanStack/table/issues/4382. I tried the workaround that someone suggested at the tail end, but I still see type issues when trying to send a
columns
prop on my component.
This is a vue component with the following:
In the component that uses this, it sends in columns as Record<string, unknown>
The resulting error:
GitHub
Issues · TanStack/table
🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table - Issues · TanStack/table
0 Replies