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

Columns hierarchy in same column

Answered
Fernando asked on April 30, 2020

Hi, I have a question!

I would like to leave the flex monster that way. remove columns blank and in the same hierarchy 
https://ibb.co/Y86nmG3
 
But today I just managed to configure it that way:
https://ibb.co/xgVp3MH

1 answer

Public
Vera Didenko Vera Didenko Flexmonster May 1, 2020

Hello, Fernando, 
 
Thank you for writing to us. 
 
It seems the desired result can be achieved by turning off the subtotals. 
This can be done by setting the showTotals option to off, for example: 

options: {
grid: {
showTotals: "off"
}
}

We have prepared a JSFiddle example for illustration: https://jsfiddle.net/flexmonster/jaht807f/
 
 
Please let us know if this helps.
Looking forward to your reply.
 
Kind regards, 
Vera

Please login or Register to Submit Answer