grouping table header with hidden of children more spesifcy
Open
stale
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
https://element.eleme.io/#/en-US/component/table#grouping-table-head
##before
| GROUPING |
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
## to
| GROUPING |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
how to hide the children column of grouping method ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.