-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
Describe the bug (required)
I'm using Typescript with react-table, I wanted to add footer to table. However, when I define columns
data Column
type couldn't infer Footer
type.
Provide an example via Codesandbox! (required)
https://codesandbox.io/s/test-react-table-wwemm?file=/src/data.ts
You can see Footer
is causing type error
Expected behavior (Recommended)
Column
type should be able to infer Footer
type
Screenshot
Additional context
Related discussion: #2882 (unsolved)
ckifer, EctordAniel, therialguz, serhiiDxc and RvanderLaan