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

[question] does react-datasheet support merge cell ? #265

Open nvlong198 opened 3 years ago

wangchen-ca commented 3 years ago

I would follow ask same question I guess. My requirements are: some cells are merge of several rows. some cells are merge of several columns. Does the react-datasheet support? If yes, would you advise a sample usage? Thanks. Chen.

wangchen-ca commented 3 years ago

the cell option has colSpan, rowSpan which is for the purpose.