tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

`showSummaryOnHide` problem when collapse last subgroup #1064

Closed PaolaRuby closed 4 months ago

PaolaRuby commented 4 months ago

This happens only in the collapse of the last subgroup of every main group, it hides the sum of the higher main groups image DEMO: https://jsfiddle.net/fdnyqx1h/1/

Maybe related #1014 https://github.com/tonytomov/jqGrid/commit/c8b0a999e2866f4b7c151ae8707ab18a240374e1

tonytomov commented 4 months ago

Thanks.

I have fixed it, but the behavior is little changed. I think the last fix is better.

Regards Tony

PaolaRuby commented 4 months ago

Thanks