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 |
|