rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
973 stars 364 forks source link

bootgrid checkbox rowSelection is not working [364] #404

Open AdSchellevis opened 6 years ago

AdSchellevis commented 6 years ago

fix for https://github.com/rstaib/jquery-bootgrid/issues/364, when rowselect is enabled the click event is triggered twice. Exclude row toggle event on checkbox click should prevent this from happening, which still leaves a small style issue in there if rowSelect and multiselect are both disabled.