mleibman / SlickGrid

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

Fixed checkbox in column header doesn't work when using Grouping #950

Open techit-ung opened 10 years ago

techit-ung commented 10 years ago

When we use Grouping, checkbox in column header won't work correctly because it compares the total number of rendered rows to selected rows which never include group header rows.