@types/react-table does not recognize Footer on Column #2882
Replies: 5 comments 1 reply
-
I am having the same issue. Have you found a solution? |
Beta Was this translation helpful? Give feedback.
-
I also have this problem, if anyone has found a solution. I'm using |
Beta Was this translation helpful? Give feedback.
-
No, I haven't found a solution yet.
On Tuesday, January 5, 2021, 03:40:26 PM EST, Eduardo Carvalho <notifications@github.com> wrote:
I also have this problem, if anyone has found a solution. I'm using // @ts-expect-error against my will for now.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
Same problem here... |
Beta Was this translation helpful? Give feedback.
-
I solved it by setting it like this:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use a
Footer
by setting it in the columns array like so:But I'm getting a Types error saying that 'Footer' does not exist in type 'Column'. I went and looked in the index.d.ts and searched for 'Footer' and sure enough, it is never mentioned as an accepted property for a Column. Am I doing something wrong, perchance, with how I'm using react-table? If not, does anyone have advice on how to make the types work for me locally until it can get fixed in @types/react-table?
Beta Was this translation helpful? Give feedback.
All reactions