gregnb / gregnb/mui-datatables
Any possibility to add Row Grouping ? I can not find the feature in here
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
## Expected Behavior
when a data set being received with nested objects as below, should display a group for each top level.
Data : {
Group01: {
line: a, b,c
line: d,e,f
},
Group02: {
line: g,h,i
line: j,k,l,m
line: n,o,p
},
Group03: {
line: 1,2,3,4,5
}
}
Ex:
Column 01| Column 02| Column 03|
-----------------------------------------
**Group01**
a | b | c |
-----------------------------------------
**Group02**
d | e | f |
g | h | i |
-----------------------------------------
**Group03**
1 | 2 | 3 |
-----------------------------------------
## Your Environment
| Tech | Version |
|--------------|---------|
| Material-UI | 1.4.3 |
| MUI-datatables | 1.1.4 |
| React | 16.4.2 |
| browser | Chrome,Firefox |
| etc | |
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.