[转]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;
}
上一篇:Hibernate_增删改


下一篇:psycopg2+postgis+pgAdmin4