Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-datasheet-grid

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-datasheet-grid - npm Package Versions

1
9

3.3.8

Diff

Changelog

Source

3.3.8

Date: 2021-12-05

Added

  • CI and tests
nick-keller
published 3.3.7 •

Changelog

Source

3.3.7

Date: 2021-11-23

Added

  • Now uses CSS custom properties to style DSG for easier customization.
nick-keller
published 3.3.6 •

Changelog

Source

3.3.6

Date: 2021-11-20

Added

  • The gutterColumn prop now supports false to disable the gutter.

Fixed

  • Update context menu style to force text color to be black event when parent is white.
nick-keller
published 3.3.5 •

Changelog

Source

3.3.5

Date: 2021-11-03

Fixed

  • Typo: ~~bellow~~ → below. For backward compatibility this does not affect the type of ContextMenuItem, it is still INSERT_ROW_BELLOW
nick-keller
published 3.3.4 •

Changelog

Source

3.3.4

Date: 2021-11-02

Fixed

  • Pasting more columns than available caused a crash
nick-keller
published 3.3.3 •

Changelog

Source

3.3.3

Date: 2021-10-13

Added

  • The package now exports createTextColumn that allows to create text-based columns from simple parsing and formatting functions. floatColumn, intColumn, percentColumn, and textColumn are now built using it.
  • floatColumn, intColumn, and percentColumn now format the value when blurred using Intl
nick-keller
published 3.3.2 •

Changelog

Source

3.3.2

Date: 2021-10-13

Fixed

  • onBlur was not passing the right cell to the callback
nick-keller
published 3.3.1 •

Changelog

Source

3.3.1

Date: 2021-10-12

Added

  • Pressing Tab from the last cell of a row now moves the active cell to the first cell of the following row
  • Pressing Shift+Tab from the first cell of a row now moves the active cell to the last cell of the previous row
  • Draggable corner is now gray when the selection is disabled
  • Draggable corner is hidden when all columns of the selection are disabled

Fixed

  • Fix typescript error in SelectionContext.ts
  • Update tsconfig for better module compatibility
nick-keller
published 3.3.0 •

Changelog

Source

3.3.0

Date: 2021-09-21

Added

  • User can now drag the corner of the selection to expand it.

Fixed

  • Headers width computation could be off in certain conditions because of the way flexbox computes width when items have padding.
nick-keller
published 3.2.3 •

Changelog

Source

3.2.3

Date: 2021-09-19

Fixed

  • Initial height computation made the grid jump 1 pixel
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