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
-
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