1. 程式人生 > >easyui 設定dataGrid選中行的背景顏色

easyui 設定dataGrid選中行的背景顏色

不需要使用easyui的rowStyler方法,只需要在jsp頁面新增一個樣式即可:

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