stenajs-webui/grid-export
This package adds ability to export Excel (.xlsx) documents.
It exports StandardTableExcelExportButton
component
which takes props config
(StandardTable config) and items
.
It also takes prop filename
which is optional.
Default is exported-spreadsheet
. File extension is added automatically.
When the user clicks the button, the download starts immediately.
Example:
<Column>
<StandardTableExcelExportButton
config={config}
items={items}
filename={"exported-user-list"}
/>
<StandardTable config={config} items={items} />
</Column>
v18.0.3 (Mon Feb 27 2023)
🐛 Bug Fix
@stenajs-webui/panels
- Add headingLevel to PageHeading, default being h1 #561 (@juiceit)
@stenajs-webui/grid
📝 Documentation
@stenajs-webui/panels
- Use NavBarSearchField in center content story #503 (@juiceit)
Authors: 4