vxe表格属性

开启表格复选框选中行的颜色
:checkbox-config="{ highlight: true }"
 
:row-config="{ isHover: true, isCurrent: true }"
isHover: true开启鼠标悬浮颜色
isCurrent: true开启鼠标选中颜色
 
开启多列组合排序
:sort-config="{ multiple: true, trigger: 'cell' }"
posted @ 2022-11-29 16:07  Ao_min  阅读(189)  评论(0)    收藏  举报