We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

How to slice two layers of columns?

Closed
Zander asked on April 25, 2021

Hello,
 
I need to cut the header of the columns of the classic mode table into two layers. But after trying so many times, it seems like can only be divided from rows, but my data format is not supported. Or maybe there's something wrong with my approach.
 
The picture is the result I want. Here's my data:
 

[
{
"_id" : "测试制作中心2021-04",
"region" : "委外",
"total" : 40000,
"max" : 20000,
"min" : 0,
"month" : "2021-04",
"work_center" : "测试制作中心"
},
{
"_id" : "西安制作中心2021-03",
"region" : "委外",
"total" : 14000,
"max" : 12000,
"min" : 0,
"month" : "2021-03",
"work_center" : "西安制作中心"
},
{
"_id" : "西安制作中心2021-04",
"region" : "委外",
"total" : 26000,
"max" : 26000,
"min" : 26000,
"month" : "2021-04",
"work_center" : "西安制作中心"
}
]

 
Thanks!

2 answers

Public
Zander April 26, 2021

I think I found the answer in compact mode, thanks.

Public
Vera Didenko Vera Didenko Flexmonster April 26, 2021

Hello, Zander, 
 
We are happy to hear that compact form works for you.
Indeed, such layouts can be achieved using Flexmonster's compact layout.
 
Feel free to reach out should other questions arise.
 
Kind regards,
Vera

This question is now closed