Replies: 3 comments 9 replies
-
help, I need somebody, help is there anybody? |
Beta Was this translation helpful? Give feedback.
6 replies
-
I described all columns in different arrays and used in columns concat method, that worked for me. |
Beta Was this translation helpful? Give feedback.
3 replies
-
If anyone is still wondering, I got it solved with
And some custom component that formats the date. Just in case you want to pass along the type of something you fetch from db, for example, and format accordingly |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good day.
I use react-table v6.
I have many columns in
and so on.
And I want to add some dynamic columns - if user chooses to add several columns into that table. So in modal dialog user chooses what columns with what headers he wants to add.
Then in my react-table I do
And is array is with size 3, I want to have 3 columns.
So, in my columns I add
but this doesn't work. Actually it works - it shows one column with no header, no params. Apparently, if I do
it works ok but I want to show all columns, not only one.
At least, but not last, in the end I want to use such syntax
Where is the error? How can this be done? Anyone who reads and helps - thank you!
Beta Was this translation helpful? Give feedback.
All reactions