imodeljs-admin
released this
19 Mar 20:28
·
306 commits
to main
since this release
Minor Changes
- #1863: The filter button inside a
Table
will now always be visible, instead of only being shown on hover/focus. - #1891: The entire
Table
is now scrollable instead of just theTable
's body. This leads to a better scroll experience (e.g. theTable
's header now scrolls horizontally when hovering a dragged column near the header's left or right edges). - #1863: The responsive behavior of
Table
columns has been improved in a few different ways:- All columns now have a non-zero default min-width. While we still recommend passing a custom min-width based on your data, this default will help prevent resizable columns from becoming too small.
- The filter and sort icons in a column header will now wrap to the next line, before the text starts wrapping.
- For cells that have a string value, the value will be automatically truncated after three lines.