easyui 设置dataGrid选中行的背景颜色

不需要使用easyui的rowStyler方法,只需要在jsp页面添加一个样式即可:

.datagrid-row-selected {
  background: #00bbee;
  color: #fff;
}

猜你喜欢

转载自blog.csdn.net/lzhlovelyl/article/details/73347771