React Spreadsheet Grid Versions Save

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

v1.3.0

6 years ago

Features

  • Add isScrollable to props.
  • Standardize API for built-in Input: onBlur -> onChange.

Bugfixes

  • Some bugfixes.
  • Fix behavior of cell editors - now a callback after change of a value calls before Grid re-renders.

Optimizations

  • Move slicing of visible rows in ScrollWrapper from Grid. It helps to avoid excess validations of row types in development version.
  • Remove excess checks for disabled cells.

🎄

1.2.0

6 years ago

Features

  • Add resetScroll in props.

Bugfixes

Optimizations

  • Use the height of the window to calculate the initially rendered count of rows. Now it doesn't render all the rows at the beginning!

🚀

v1.1.1

6 years ago

Features Add onScroll and onScrollReachesBottom callbacks in props

Bugfixes Don't render a column resizer into the last column

Refactoring Put TablePropTypes in a kit file

✨

v1.0.0

6 years ago

1.0.0 (2017-11-26)

Happy birthday! 🎉