We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e704f9 commit 68df93cCopy full SHA for 68df93c
components/table/demo/index.vue
@@ -62,8 +62,27 @@ export default {
62
return (
63
<div>
64
<md cn={md.cn} us={md.us}/>
65
+ <Ajax />
66
+ <Basic />
67
+ <Bordered />
68
+ <ColspanRowspan />
69
<CustomFilterPanel />
-
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 />
86
<api>
87
<template slot='cn'>
88
<CN/>
0 commit comments