mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
feat(design): table添加row/cell class name
This commit is contained in:
parent
039ab9d192
commit
432f1f5a55
@ -4,6 +4,8 @@
|
|||||||
ref="table"
|
ref="table"
|
||||||
:is="uiComponent"
|
:is="uiComponent"
|
||||||
v-bind="uiProps"
|
v-bind="uiProps"
|
||||||
|
row-class-name="tmagic-design-table-row"
|
||||||
|
cell-class-name="tmagic-design-table-cell"
|
||||||
@select="selectHandler"
|
@select="selectHandler"
|
||||||
@sort-change="sortChangeHandler"
|
@sort-change="sortChangeHandler"
|
||||||
@expand-change="expandChangeHandler"
|
@expand-change="expandChangeHandler"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user