Get defaultColumn meta to mix in with custom column meta #4659
Unanswered
martinpengellyphillips
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👋 I was expecting the
defaultColumn.meta
object to be mixed into any custom column meta definition, but it seems that is not the case. As a workaround I was going to mix them myself when rendering the table.But how do I access the
defaultColumn.meta
value from a header context as I couldn't see a public method/property exposed (e.g. there is onlyheader.getContext().table._getDefaultColumnDef
).Beta Was this translation helpful? Give feedback.
All reactions