paulopmx / Flexigrid

Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml/json based data source using Ajax to load the content.
689 stars 538 forks source link

Column Control Checkboxes get stuck unchecked #69

Closed davelpz closed 11 years ago

davelpz commented 11 years ago

Currently the checkboxes in the column control get stuck unchecked. This is due to use of === operator, switched it back to ==.