Using meta property in table #393
Replies: 2 comments 1 reply
-
Running into this same issue. Also related #828 |
Beta Was this translation helpful? Give feedback.
-
I have the same issue: I can't use the I need help finding something in the MRT documentation suggesting how to use the meta feature or how to declare the types. @KevinVandy's answer to this issue is not helpful, and I wonder why the usage of I want to clarify that I'm talking about the |
Beta Was this translation helpful? Give feedback.
-
I'm trying to use the meta property to pass some common methods like saveCell when bulk editing. But typescript will not allow me because those functions do not exist in TableMeta type in tanstack table. How can I add it so that I can pass columns from a consumer component which can use methods from table.options.meta.saveCell? Any insight or help would be appreciated! New to using this library. I haven't found any other way to achieve this.
-Thanks
Beta Was this translation helpful? Give feedback.
All reactions