Dynamically adding columns after certain timeout react-table v7 #2433
Unanswered
sachinpatil55
asked this question in
General
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.
Uh oh!
There was an error while loading. Please reload this page.
-
need help in updating columns headers dynamically , as we are passing columns list in useTable hook , for one usecase need to update columns headers list but i cant see newly added columns.
i tried by overiding allColumns instance obj by creating custom hook.
PFA codesandbox example -https://codesandbox.io/s/example-react-table-column-hide-show-5v712?file=/src/App.js
Beta Was this translation helpful? Give feedback.
All reactions