Table data support to set cell className
Table data support to set cell className
This commit is contained in:
parent
f9f1865ca5
commit
c211f71778
3 changed files with 39 additions and 10 deletions
|
@ -11,7 +11,7 @@
|
|||
@mouseleave.stop="handleMouseOut(row._index)"
|
||||
@click.stop="clickCurrentRow(row._index)"
|
||||
@dblclick.stop="dblclickCurrentRow(row._index)">
|
||||
<td v-for="column in columns" :class="alignCls(column, 'body')">
|
||||
<td v-for="column in columns" :class="alignCls(column, 'body', row)">
|
||||
<Cell
|
||||
:fixed="fixed"
|
||||
:prefix-cls="prefixCls"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue