Update table.vue
This commit is contained in:
parent
eeaf90df89
commit
76a859c5cf
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<Table ref="currentRowTable" :columns="columns3" :data="data1" @drag="true" @on-drag-drop="onDragDrop"></Table>
|
<Table ref="currentRowTable" :columns="columns3" :data="data1" :drag="true" @on-drag-drop="onDragDrop"></Table>
|
||||||
<Button @click="handleClearCurrentRow">Clear</Button>
|
<Button @click="handleClearCurrentRow">Clear</Button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Reference in a new issue