首页 > 其他 > 详细

[转]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:35:42      阅读:155      评论:0      收藏:0      [点我收藏+]

本文转自: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"

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!