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

An Airtable-like / Excel-like component to create beautiful spreadsheets.

Results 76 react-datasheet-grid issues
Sort by recently updated
recently updated
newest added

Hi, Wondering if anyone worked out how to make line / text wrap on rows where cell content exceeds column width? An example on main page shows this: ![Image](https://github.com/user-attachments/assets/fb7d2a48-a332-438f-b1ea-2117b1ca3889) thanks!

When pasting values from an Excel file, the Grid is using the HTML format, instead of Plain Text. This is troublesome as Excel can have many visual formats and the...

Can sorting be added? Supporting both ascending and descending order.

When I mark a column as `disabled: true` I would expect the library to trust that I know what data this column will have, because that data is under my...

The docs mention `genId()` in multiple places which signaled to me that is something the library provides. Examples - https://react-datasheet-grid.netlify.app/docs/performance/static-vs-dynamic - https://react-datasheet-grid.netlify.app/docs/examples/unique-ids/ However, the docs don't go into any details...