Skip to content

Commit 68df93c

Browse files
committed
docs: update table doc
1 parent 3e704f9 commit 68df93c

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

components/table/demo/index.vue

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,27 @@ export default {
6262
return (
6363
<div>
6464
<md cn={md.cn} us={md.us}/>
65+
<Ajax />
66+
<Basic />
67+
<Bordered />
68+
<ColspanRowspan />
6569
<CustomFilterPanel />
66-
70+
<EditCell />
71+
<EditRow />
72+
<ExpandChildren />
73+
<Expand />
74+
<FixedColumnsHeader />
75+
<FixedColumns />
76+
<FixedHeader />
77+
<GroupingColumns />
78+
<Head />
79+
<NestedTable />
80+
<ResetFilter />
81+
<RowSelectionAndOperation />
82+
<RowSelectionCustom />
83+
<RowSelection />
84+
<Size />
85+
<Template />
6786
<api>
6887
<template slot='cn'>
6988
<CN/>

0 commit comments

Comments
 (0)