change api name
This commit is contained in:
parent
568ac30b8c
commit
c056372491
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<Table ref="currentRowTable" :columns="columns3" :data="data1" :drag="true" @on-drag-drop="onDragDrop"></Table>
|
||||
<Table ref="currentRowTable" :columns="columns3" :data="data1" :draggable="true" @on-drag-drop="onDragDrop"></Table>
|
||||
<Button @click="handleClearCurrentRow">Clear</Button>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue