rstaib/jquery-bootgrid

Enable single selection does not work correctly.

Open

#184 opened on 2015年7月31日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)JavaScript (976 stars) (375 forks)batch import
help wanted

説明

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.

コントリビューターガイド