File tree Expand file tree Collapse file tree 19 files changed +17
-107
lines changed Expand file tree Collapse file tree 19 files changed +17
-107
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,7 @@ filterIcon function Support to return custom icon. The built-in `<ve-icon name="
55
66``` html
77<template >
8- <ve-table
9- rowKeyFieldName =" rowKey"
10- :max-height =" 300"
11- :fixed-header =" true"
12- :columns =" columns"
13- :table-data =" tableData"
14- />
8+ <ve-table :max-height =" 300" :fixed-header =" true" :columns =" columns" :table-data =" tableData" />
159</template >
1610
1711<script >
Original file line number Diff line number Diff line change @@ -5,13 +5,7 @@ filterIcon Supports custom icon. The built-in `<ve-icon name="search" />` icon i
55
66``` html
77<template >
8- <ve-table
9- rowKeyFieldName =" rowKey"
10- :max-height =" 300"
11- :fixed-header =" true"
12- :columns =" columns"
13- :table-data =" tableData"
14- />
8+ <ve-table :max-height =" 300" :fixed-header =" true" :columns =" columns" :table-data =" tableData" />
159</template >
1610
1711<script >
Original file line number Diff line number Diff line change @@ -5,13 +5,7 @@ According to different business scenarios, it can be used arbitrarily
55
66``` html
77<template >
8- <ve-table
9- rowKeyFieldName =" rowKey"
10- :max-height =" 300"
11- :fixed-header =" true"
12- :columns =" columns"
13- :table-data =" tableData"
14- />
8+ <ve-table :max-height =" 300" :fixed-header =" true" :columns =" columns" :table-data =" tableData" />
159</template >
1610
1711<script >
Original file line number Diff line number Diff line change 44
55``` html
66<template >
7- <ve-table
8- rowKeyFieldName =" rowKey"
9- :max-height =" 300"
10- :fixed-header =" true"
11- :columns =" columns"
12- :table-data =" tableData"
13- />
7+ <ve-table :max-height =" 300" :fixed-header =" true" :columns =" columns" :table-data =" tableData" />
148</template >
159
1610<script >
Original file line number Diff line number Diff line change 44
55``` html
66<template >
7- <ve-table
8- rowKeyFieldName =" rowKey"
9- :max-height =" 300"
10- :fixed-header =" true"
11- :columns =" columns"
12- :table-data =" tableData"
13- />
7+ <ve-table :max-height =" 300" :fixed-header =" true" :columns =" columns" :table-data =" tableData" />
148</template >
159
1610<script >
Original file line number Diff line number Diff line change 44
55``` html
66<template >
7- <ve-table
8- :max-height =" 200"
9- :fixed-header =" true"
10- :columns =" columns"
11- :table-data =" tableData"
12- rowKeyFieldName =" rowKey"
13- />
7+ <ve-table :max-height =" 200" :fixed-header =" true" :columns =" columns" :table-data =" tableData" />
148</template >
159
1610<script >
Original file line number Diff line number Diff line change 1111 border-y
1212 :columns =" columns"
1313 :table-data =" tableData"
14- rowKeyFieldName =" rowKey"
1514 />
1615</template >
1716
Original file line number Diff line number Diff line change 44
55``` html
66<template >
7- <ve-table border-y :columns =" columns" :table-data =" tableData" rowKeyFieldName = " rowKey " />
7+ <ve-table border-y :columns =" columns" :table-data =" tableData" />
88</template >
99
1010<script >
Original file line number Diff line number Diff line change 1111 </el-radio-group >
1212 <br />
1313 <br />
14- <ve-table
15- :show-header =" showHeader"
16- :columns =" columns"
17- :table-data =" tableData"
18- rowKeyFieldName =" rowKey"
19- />
14+ <ve-table :show-header =" showHeader" :columns =" columns" :table-data =" tableData" />
2015 </div >
2116</template >
2217
Original file line number Diff line number Diff line change @@ -5,13 +5,7 @@ filterIcon 回调函数,支持返回自定义的 icon。此处使用了内置
55
66``` html
77<template >
8- <ve-table
9- rowKeyFieldName =" rowKey"
10- :max-height =" 300"
11- :fixed-header =" true"
12- :columns =" columns"
13- :table-data =" tableData"
14- />
8+ <ve-table :max-height =" 300" :fixed-header =" true" :columns =" columns" :table-data =" tableData" />
159</template >
1610
1711<script >
You can’t perform that action at this time.
0 commit comments