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
-
In our project, we are using
ColumnDef.meta
to 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
TData
andTValue
to theColumnMeta
type definition?Beta Was this translation helpful? Give feedback.
All reactions