This commit is contained in:
梁灏 2019-03-04 17:34:48 +08:00
parent a367d3e49a
commit 847c0d4302
3 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<template>
<div>
<Table ref="currentRowTable" :columns="columns3" :data="data1" :draggable="true" @on-drag-drop="onDragDrop"></Table>
<Table tooltip-theme="light" ref="currentRowTable" :columns="columns3" :data="data1" :draggable="true" @on-drag-drop="onDragDrop"></Table>
<Button @click="handleClearCurrentRow">Clear</Button>
</div>
</template>