When there is no column with width or minWIdth set, table minWidth is 0px but when there are some columns that have width or minWidth then react-table sums them up and sets as table minWidth but that sometimes prevents horizontal scroll from working properly.
Checklist
[x] ~Add meaningful unit tests for your component (verify that all lines are covered)~
[x] Verify that all existing tests pass
[x] ~Add component features demo in Storybook (different stories)~
[x] ~Approve test images for new stories~
[x] ~Add screenshots of the key elements of the component~
Closes #643
When there is no column with
width
orminWIdth
set, tableminWidth
is0px
but when there are some columns that havewidth
orminWidth
then react-table sums them up and sets as tableminWidth
but that sometimes prevents horizontal scroll from working properly.Checklist