mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Bugfix on expanding last row of a grouped view #937

Closed pigiax closed 6 months ago

pigiax commented 10 years ago

When you have a grouped view, and expanding the last one there are 2 problems: 1) The last row expander style is not changed 2) Expanding another row, will duplicate the last one

csigrist commented 10 years ago

Thanks so much for fixing this. I hope it gets rolled into the master branch soon.

icoxfog417 commented 10 years ago

It may be fixed by Pull #898 also.

It is not merged to master branch, but I already merged to my fork. https://github.com/icoxfog417/SlickGrid/tree/mergeFix

6pac commented 9 years ago

An equivalent patch has been integrated into my 'alternative master'. Any testing is appreciated. See https://github.com/mleibman/SlickGrid/issues/1055