update Table tree
This commit is contained in:
parent
40f055f904
commit
6118c2c8d1
2 changed files with 28 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue