Column Options undocumented props #2770
Unanswered
JeanLoureiro
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.
-
Somehow I found out that I can pass different parameters when I built the columns for a table.
{ Header: label, **category: type,** accessor: key, Cell: MetadataChipCell(cur), **flexGrow: isTableWider && 1,** },
Under Columns Options. I created 2 new properties, flexGrow, and category.
here is what I get

Can we please extend the documentation under Columns Options to add something like
Props: any - custom property yada yada yada
?Apologize in advance if it is something the team is already working on.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions