JSPM

  • Created
  • Published
  • Downloads 73364
  • Score
    100M100P100Q171831F

Package Exports

  • @silevis/reactgrid
  • @silevis/reactgrid/dist/main.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@silevis/reactgrid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ReactGrid - Spreadsheet experience for your React app

ReactGrid is an open-source React component designed to give your application a spreadsheet-like experience. Whether you're displaying or editing data, ReactGrid offers a seamless, intuitive interface that feels just like working with Excel.

Version 5 provides complete flexibility in implementing individual functionalities. This means you can customize and extend the grid's behavior to fit your specific needs, ensuring a tailored experience for your application.

We've put a lot of hard work into making this the best data grid for React. If you appreciate what we've built, consider giving the project a star ⭐ on GitHub!

Features

  • Handling data changes
  • Column resizing
  • Column and row reordering
  • Sticky rows and columns
  • Keyboard shortcuts
  • Spanned cells
  • Range selection
  • Fill handle
  • Styled ranges
  • Custom styling
  • Custom cell types
  • Customizable behaviors
  • API hook that allows you to interact with a ReactGrid

Installation

npm i @silevis/reactgrid@5.0.0-alpha.1

Examples

Examples can be found in the .stories files.

Licensing

ReactGrid is published under the MIT License.