SitePen / dgrid

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore
http://dgrid.io/
Other
628 stars 295 forks source link

"Select all" checkbox click event problem #1283

Open fredfortier opened 8 years ago

fredfortier commented 8 years ago

I have a grid with the Selector, ColumnResizer and ColumnReorder plugin.

The selector field has checkboxes which to select each row. There is a checkbox in the header which allows to "select all". Although the "select all" checkbox works, I have to click just under it (and not directly on the checkbox).

On a related note, I do not seem to be able to reproduce this particular setup here: http://dgrid.io/js/dgrid/demos/laboratory/ (the allowSelectAll option in particular).

msssk commented 8 years ago

Can you provide a test page, perhaps on jsfiddle?

It sounds like you may not have dgrid's CSS loaded, or perhaps have some conflicting CSS.