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

 

相关文章:

  • 2022-12-23
  • 2022-01-22
  • 2021-10-15
  • 2022-01-16
  • 2022-12-23
  • 2021-06-15
  • 2021-11-26
  • 2022-12-23
猜你喜欢
  • 2021-11-02
  • 2022-12-23
  • 2021-08-21
  • 2021-10-08
  • 2022-12-23
  • 2021-08-04
  • 2021-09-11
相关资源
相似解决方案