Is it possible to show data as 2 rows?

I have the grid which has so many data, It makes my grid get too long horizontal scroll. It’s not good to see data on grid and to insert new data as well.

Is there any way to make data to 2 rows?

I wolud like to make one data row to 2 grid row. For Example, If I add a data like below,
{“id” : “scott”, “dept”:“hr”, “age”:“24”, “married”:“N”}

The grid should show the data like this

ID | DEPT

AGE | MARRIED
============================ <- END of Header
scott | hr

24 | N

also when add row event happens, 2 rows should added to Grid.
If It’s possible, my grid would be much better to recognize data. Is there any way to make it?

Unfortunately such feature is not available.