Hi,
In the particular jfiddle example https://jsfiddle.net/flexmonster/51tgfg1w/ , when i switch on subtotals, sub totals are shown on each level.
my requirement is i want subtotal only on state level, not on other levels. Can i do that
Thanks in advance,
Ravali
Hello Ravali,
Thank you for the question.
It's possible to partially hide subtotals by using customizeCell
(docs).
Take a look at the following sample: https://jsfiddle.net/flexmonster/5L8evoca/
Hope it helps.
Regards,
Ian