update Table tree

This commit is contained in:
梁灏 2020-01-03 17:45:27 +08:00
parent 40f055f904
commit 6118c2c8d1
2 changed files with 28 additions and 7 deletions

View file

@ -1,6 +1,6 @@
<template>
<div style="margin: 100px;">
<Table border ref="selection" :columns="columns4" :data="data1" row-key></Table>
<Table disabled-hover border ref="selection" :columns="columns4" :data="data1" row-key></Table>
<Button @click="handleSelectAll(true)">Set all selected</Button>
<Button @click="handleSelectAll(false)">Cancel all selected</Button>
</div>