react-gridsheet

ReactGridsheet is a react component like spreadsheet.

Usage no npm install needed!

<script type="module">
  import reactGridsheet from 'https://cdn.skypack.dev/react-gridsheet';
</script>

README

Installation

FOSSA Status NPM

$ npm install react-gridsheet --save
$ yarn add react-gridsheet

Docs

History

  • 0.3.x

    • BREAKING CHANGE: renderers and parsers in options got to receive theirs instances.
      • See examples for details.
  • 0.4.x:

    • BREAKING CHANGE: dropped stickyHeaders option.
  • 0.5.x:

    • Quit using redux.
  • 0.6.x:

    • Change data structure.

      • data prop was dropped.

Image

gridsheet image

License

FOSSA Status