react-datasheet icon indicating copy to clipboard operation
react-datasheet copied to clipboard

Excel-like data grid (table) component for React

Results 113 react-datasheet issues
Sort by recently updated
recently updated
newest added

I used this library for my project, and I must say it's an excellent library. I went through all the examples provided in the official demo: https://nadbm.github.io/react-datasheet/. But couldn't find...

Bumps [terser](https://github.com/terser/terser) from 4.3.1 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

In older versions of @types/react `ComponentType` is an alias for `ComponentClass` and `SFC`. In @types/react 18+ `SFC` no longer exists and `ComponentType` is an alias for `ComponentClass` and `FunctionComponent`.

Bumps [jsdom](https://github.com/jsdom/jsdom) from 8.5.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

I have looked around alot but could not find the solution even in the documentation

https://github.com/nadbm/react-datasheet#deprecated-handlers `onPaste` function has been declared as deprecated, so what is an alternative for that?

**Please try the below code sandbox** https://codesandbox.io/s/xjp98zmyqz I am trying to implement rowRenderer with controlled select option, facing issues with controlled selection and rowRenderer. selected and onSelect works fine, but...

Is there a way do freeze columns like Excel's "Freeze Panels"? Ex: ![image](https://user-images.githubusercontent.com/2677325/118819660-eeb90580-b88b-11eb-9c17-3828f503cd52.png) Note the scroll on the bottom and the fact that moving the scroll to the right will...

There's a bug that happens on Windows where copying and pasting multiple cells from MS Excel will paste an extra empty cell. This can unintentionally overwrite existing cells as seen...