Please see the attached image for an example.
Is there a way I can get rid of or hide the extra header cells in the row area?
For example, let's say my data source is a JSON object similar to:
[{"MAIN NAME": "MAIN NAME 2", "SUBNAME": "SUBNAME 1}, {"MAIN NAME": "MAIN NAME 2, "SUBNAME": "SUBNAME 2"}]
For example, can I combine the cells for SUBNAME and SUBNAME1?
As it is, the extra MAIN NAME and SUBNAME cells being rendered are taking up a lot of horizontal real estate.
Thanks