gregnb / gregnb/mui-datatables
rowspan and colspan, is possible?
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
## How can I get the grouping of rows and columns?

Is it possible to group it this way?
`const columns = ["Name", ["Title", "Location"], ["Age", "Salary"]];`
Col defect table is :
`const columns = ["Name", "Title", "Location", "Age", "Salary"];`

I try
https://codesandbox.io/s/group-cols-zm2f1?file=/src/index.js
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.