Skip to content
StkTableVue
Search
K
Main Navigation
主页
文档
示例
主题
菜单
返回顶部
目录
行、单元格选中/悬浮
demo
loading
API
相关 Props:
key
类型
默认值
描述
rowHover
boolean
true
是否高亮鼠标悬浮的行
rowActive
boolean
true
是否高亮选中的行
rowCurrentRevokable
boolean
true
当前行再次点击否可以取消 (rowActive=true)
cellHover
boolean
false
是否高亮鼠标悬浮的单元格
cellActive
boolean
false
是否高亮选中的单元格
selectedCellRevokable
boolean
true
单元格再次点击否可以取消选中 (cellActive=true)