[转]ui-grid User can't select the row by clicking the select checkbox available in the respective

Posted freeliver54

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[转]ui-grid User can't select the row by clicking the select checkbox available in the respective相关的知识,希望对你有一定的参考价值。

本文转自: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的主要内容,如果未能解决你的问题,请参考以下文章

转 Python——UnicodeEncodeError: 'ascii' codec can't encode/decode characters

ERROR 1133 42000 Can't find any matching row in the user

[ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn'

转can't find referenced method 'android.app.RemoteInput[] getRemoteInputs()' in class a(代

(转)ERROR 2002 (HY000): Can't connect to local MySQL server through socket '***' (示例代码(代码

(转)Odoo12启动报错:UnicodeDecodeError: 'gbk' codec can't decode byte 0x9a 解决