@mtes-mct/monitor-ui
Advanced tools
Changelog
18.3.0 (2024-07-01)
Changelog
18.2.0 (2024-06-24)
Changelog
18.0.3 (2024-06-07)
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.