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
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