Is there a way to merge two cells horizontally/vertically ?
So I am working on my project and I am using your method to show data from a json array in a table, I need to merge two cells in the header both horizontally and vertically, and cannot think of an idea of how to do so. is there any way out?
That's a complicated case I think.
One way of doing it would be, to treat 2 columns as one column, and those columns without merge should insert inner 2 columns.
[header1][ header2 ][header3] [row1 ][ row1 ][ row1][ row1 ]
You may have to adjust the json data somehow ...
@sayanlp99 did you found any solution i too have same situation to span two column.
@ashushinde Can you provide a sample situation or json data example ... maybe we can discuss some solutions based on that