@mtes-mct/monitor-ui
Advanced tools
Changelog
18.0.0 (2024-05-27)
isChecked
prop in TableWithSelectableRows.RowCheckbox
, replaced by native checked
prop.isIndeterminate
prop in TableWithSelectableRows.RowCheckbox
, replaced by original Rsuite indeterminate
prop.$isHighlighted
prop in TableWithSelectableRows.Td
, replaced by the same prop on
TableWithSelectableRows.BodyTr
.RowCheckbox
, TableWithSelectableRows
now requires <Table $withRowCheckbox />
.SimpleTable
& TableWithSelectableRows
margins/heights normalization, including a few hacks, it may
break some UI widths & heights.TableWithSelectableRows.stories.tsx
to see a full example on how to use/update it.<TableWithSelectableRows.SortContainer />
since the flex display breaks its internal positioning.Changelog
17.0.0 (2024-05-02)
<IconButton />
is now a span instead of a div.Changelog
16.4.0 (2024-04-30)