Possibility of adding TData and TValue to ColumnMeta type #4145
Unanswered
manelmadeira
asked this question in
Ideas
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.
-
In our project, we are using
ColumnDef.metato store custom properties, which will need<TData>and<TValue>(example bellow).Currently, we are using a custom type which then it's used in our column definitions but we would prefer to use the recommended way in the docs.
Would it be possible to add
TDataandTValueto theColumnMetatype definition?Beta Was this translation helpful? Give feedback.
All reactions