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

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

 

posted on 2018-08-23 16:02  freeliver54  阅读(133)  评论(0编辑  收藏  举报

导航