码迷,mamicode.com
首页 > 其他好文 > 详细

[转]ui-grid User can't select the row by clicking the select checkbox available in the respective row when enableFullRowSelection : true"

时间:2018-08-23 16:59:44      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:user   try   available   enable   this   sele   修改   res   point   

本文转自:https://github.com/angular-ui/ui-grid/issues/5239

Try this style to enable checkbox selection:

 

修改

.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
    pointer-events: none;
}

.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
    pointer-events: all;
}

 

[转]ui-grid User can't select the row by clicking the select checkbox available in the respective row when enableFullRowSelection : true"

标签:user   try   available   enable   this   sele   修改   res   point   

原文地址:https://www.cnblogs.com/freeliver54/p/9524335.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!