gregnb / gregnb/mui-datatables
Is there a way to add Customized Header Labels, like multiline headers?
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way to add Customized Header Labels, like multiline headers?
## Expected Behavior
I want to add two show two column data in one column, thus for rendering data, I can use render body and show multiple column values. but how do I add two labels in one column header?
## Current Behavior
I tried doing this:
const name= "
""
{ name: "dateTime", label: name},
but sorting fails by Maximum call stack size exceeded
Note: i was not able to put "div", ignore the "" above.
## Steps to Reproduce (for bugs)
## Your Environment

| Tech | Version |
|--------------|---------|
| Material-UI | |
| MUI-datatables | |
| React | |
| browser | |
| etc | |
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.