- 让当前行无背景颜色
highlightCurrentRow:false - 经过行时无背景颜色
highlightHoverRow:false - 当前cell的背景颜色
在Demo.view.xml的对应Demo.css文件中
.d-grid .data-table .row .current-cell {
background-color: white;/*当前cell无背景色*/
}
.d-grid .data-table .row .current-cell {
background-color: white;/*当前cell无背景色*/
}
392

被折叠的 条评论
为什么被折叠?