react-datasheet-grid
react-datasheet-grid copied to clipboard
An Airtable-like / Excel-like component to create beautiful spreadsheets.
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:  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.
Fix issue #367
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...