1. 程式人生 > >[轉]ui-grid User can't select the row by clicking the select checkbox available in the respective row when enableFullRowSelection : true"

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

all 修改 lec targe pre issues esp isa The

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