update Table
update Table
This commit is contained in:
parent
012cbf285f
commit
891700ae0c
4 changed files with 91 additions and 51 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', row)">
|
||||
<td v-for="column in columns" :class="alignCls(column, row)">
|
||||
<Cell
|
||||
:fixed="fixed"
|
||||
:prefix-cls="prefixCls"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue