ddomingues / X-SlickGrid

An extension of SlickGrid providing Frozen Columns and Rows, Tree Columns, etc.
http://ddomingues.com/X-SlickGrid/
MIT License
48 stars 19 forks source link

Group Headers not visible when using CheckboxSelectColumn plugin #13

Closed atcrawford closed 9 years ago

atcrawford commented 9 years ago

I've found that if I add the CheckboxSelectColumn plugin to my page the Group Headers are no longer visible. There are no javascript errors reported in the console.

Is there a known process for using that plugin with the Group Header functionality? I see that the selection functionality is working fine on the example-group-header page, but I'd really like to have the checkboxes for selections as well.

Thanks!

atcrawford commented 9 years ago

Found the solution 2 minutes after creating the issue. I'm also using frozen columns on my page and when I added the new checkbox column I'd neglected to increment the "frozenColumn" value. After I did that it's working as expected.

Thanks for this great project!