nadbm / react-datasheet

Excel-like data grid (table) component for React
https://nadbm.github.io/react-datasheet/
MIT License
5.39k stars 457 forks source link

How to disable the paste feature of react-datasheet? #343

Open shenyinabcd opened 3 months ago

shenyinabcd commented 3 months ago

In one cell, I use one custom component to render the cell. The custom component will treat the paste event itself. But because it is in the datasheet, it cannot receive the paste event. How to disable the paste feature of react-datasheet?