@stenajs-webui/grid-export
Advanced tools
Changelog
7.4.0
Updated behaviour when selecting dates in popover.
useDelayedFalse
A hook that takes a boolean as argument and returns that boolean. When boolean turns false, it returns false after a certain delay. When boolean turns true, it returns true immediately.
This is useful for delaying the removal of elements in the DOM.
Changelog
7.3.0
ValueTable
elements
package.Changelog
7.2.0
Crumb
components and wrap them with BreadCrumbs
.Changelog
7.1.0
itemLabelFormatter
returned falsy value, Excel cell would instead contain the non-formatted value.Changelog
7.0.0
onKeyDown
prop. Callback receives event and object with columnId and item of focused cell.columnGroups
is set in table config, columnOrder
is ignored.columnGroups
is set, columnGroupOrder
must be set.Heading
no longer has margin, layout should be decided by parents.Changelog
6.1.0
grid-export
Contains components and logic for exporting data in tables to file.
When the user clicks the button, it downloads the
content of a StandardTable
as an Excel .xlsx file.
TextInput
height in Safari.