iTwin / iTwinUI-react

A react component library for iTwinUI.
https://github.com/iTwin/iTwinUI
Other
84 stars 23 forks source link

fix(Table): Overriding min-width for the whole table #706

Closed bentleyvk closed 2 years ago

bentleyvk commented 2 years ago

Closes #643

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