New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stenajs-webui/grid-export

Package Overview
Dependencies
Maintainers
3
Versions
396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stenajs-webui/grid-export - npm Package Versions

1
3839

7.2.1

Diff

Changelog

Source

7.2.1

  • Small alignment fix in StandardTable header.
mattias800
published 7.2.0 •

Changelog

Source

7.2.0

Bread crumbs

  • Added bread crumbs. Use Crumb components and wrap them with BreadCrumbs.
  • Story example shows how to integrate with react-router.
mattias800
published 7.1.0 •

Changelog

Source

7.1.0

grid-export

  • Null and undefined in cells are now rendered as empty strings.
  • Add support for booleans, will render "Y" when true and "" when false.

Fixes

  • When itemLabelFormatter returned falsy value, Excel cell would instead contain the non-formatted value.
mattias800
published 7.0.0 •

Changelog

Source

7.0.0

StandardTable

  • Added onKeyDown prop. Callback receives event and object with columnId and item of focused cell.
  • Border is no longer rendered on left-most column.
  • If a cell is in focus, that row is highlighted.

Column groups

  • Add support for column groups.
  • If columnGroups is set in table config, columnOrder is ignored.
  • If columnGroups is set, columnGroupOrder must be set.

grid-export

  • grid-export package now fully supports column groups.

Breaking changes

  • Heading no longer has margin, layout should be decided by parents.
mattias800
published 6.1.0 •

Changelog

Source

6.1.0

New package grid-export

Contains components and logic for exporting data in tables to file.

StandardTableExcelExportButton

When the user clicks the button, it downloads the content of a StandardTable as an Excel .xlsx file.

Fixes

  • Fixed TextInput height in Safari.
1
3839
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc