@stenajs-webui/grid-export
Advanced tools
Changelog
14.0.1
Changelog
14.0.0
New implementation using react-modal
.
Drawer
has been moved from panels
to modal
.Drawer
prop zIndex
has been removed.Changelog
13.4.0
Disabled checkboxes are not checked when
A column config can now specify a summary cell at the bottom of the table.
summaryText: ({ items }) =>
String(sumBy(items, (item) => item.numPassengers ?? 0)),
renderSummaryCell: () => (
<Indent>
<Tag label={"Jedi knights"} />
</Indent>
)
See grid package README.md for more info.
Changelog
13.3.0
Changelog
13.2.0
NumericStepper
is a number input with step buttons on the sides:focus
with :focus-visible
, this makes the focus state visible only if the Collapsible
was opened with keyboard interaction.CollapsibleGroupHeading
.NumericInput
now caps typed-in values to min and maxChangelog
13.1.1
value-by-id-reducer
string
id.:focus
with :focus-visible
, this makes the focus state visible only if the menu was opened with keyboard interaction.Changelog
13.1.0
New option none
for option allowedInputType
.
This disables the ability to automatically open the editor when the user starts typing in an editable table cell.
This is usable when the editor is not a text input field.
Collapsible
.Changelog
13.0.7