Column Def type issue #4530
Replies: 5 comments 2 replies
-
try doing |
Beta Was this translation helpful? Give feedback.
-
@Victor-Varghese did you find a solution for this? |
Beta Was this translation helpful? Give feedback.
-
@Victor-Varghese, @bostrom please try a following change to your setup:
Here I do provide the type of entry based of |
Beta Was this translation helpful? Give feedback.
-
I think i used a workaround. not sure if this is okay.
and then typecasted columns in props const columns: ColumnDef[] = [
|
Beta Was this translation helpful? Give feedback.
-
Hi Everyone, I'm new to react-table and have little experience with Typescript. Would anyone be able to help me with this? Table.tsx -
Usage-
I created column with this method - While using columns={columns} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to build a custom reusable table component that accepts props and return table. The component accepts following props and make use of useReactTable to render the table. Generic component
But this is throwing type error. Can some help ?
@tannerlinsley @KevinVandy any work around / fixes?
Beta Was this translation helpful? Give feedback.
All reactions