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

Where can I see the code examples that are on the website? #326

Closed hamodey closed 2 years ago

hamodey commented 2 years ago

The examples present on the website https://nadbm.github.io/react-datasheet/, are very good examples and I would like to see the implementation. Is there a place I can see this?

Is is not present on the README.

Thanks

ziponia commented 2 years ago

Perhaps, this is what you are looking for

https://github.com/nadbm/react-datasheet/tree/master/docs/src/examples

hamodey commented 2 years ago

Thank you very much! Will take a closer look :)