imodeljs-admin
released this
29 Jul 22:29
·
158 commits
to main
since this release
Patch Changes
- #2138: Fixed an issue in
Table
column resizing where passing in awidth
value that was less than the column's defaultminWidth
would cause an undesirable shift when the column was resized. - #2170: Fixed an issue in virtualized
Tree
where thestyle
prop passed toTreeNode
was not respected. - #2170: Fixed an issue in virtualized
Tree
where horizontal scroll was impossible to achieve. - #2174: Fixed an issue in
Table
where the virtualizer was being initialized even when theenableVirtualization
prop wasn't set totrue
.