React Spreadsheet Grid Versions Save

An Excel-like grid component for React with custom cell editors, performant scroll & resizable columns

v2.3.1

1 year ago

Docs

  • Fix docs

v2.3.0

1 year ago

Bugfixes

v2.2.0

1 year ago

Infrastructure

  • Add type declarations

v2.1.0

1 year ago

Features

  • Add selectTextOnFocus prop for Input component. Thanks to @JoseMCO!

Configuration

  • Add & configure Prettier
  • Add a pre-commit hook running Prettier & tests

v2.0

3 years ago

Features

  • setFocusedCell public method is added instead of props.focusedCell.
  • resetScroll public method is added instead of props.resetScroll.
  • props.blurCurrentFocus is removed (now focus is being blurred after a cell's value change automatically).
  • column.width property is added instead of props.columnWidthValues
  • onActiveCellChanged callback property is added.

Bugfixes

  • A header scrollbar width bug is fixed.

Refactor

  • The dependencies are updated.
  • getDerivedStateFromProps is used instead of componentWillMount.
  • The storybook examples are rewritten with hooks.

v1.4.3

5 years ago

v1.4.2

6 years ago

The dependencies were updated.

v1.4.1

6 years ago

Bugfixes

Thanks to @cvinson for this release!

v1.4

6 years ago

Features

  • Add focusOnSingleClick to props. Now there is an opportunity to set the focus on a cell's input upon single clicking it.

Thanks to @markronquillo for this release!

v1.3.1

6 years ago

Bugfixes

  • Some bugfixes.
  • Fix shouldComponentUpdate for GridRow.
  • Fix documentation.

📘