rstaib/jquery-bootgrid

Enable single selection does not work correctly.

Open

#184 geöffnet am 31. Juli 2015

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (375 Forks)batch import
help wanted

Repository-Metriken

Stars
 (976 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

The selection can be done by clicking on the role but not on the selection input box itself.

config:

        selection: true,
        multiSelect: false,

But when multiSelect is true, we can check off the box itself to have it indicated as selected. This has been tested on Chrome, Firefox and Safari latest versions. Thanks for your help.

Contributor Guide