|
|
@ -62,8 +62,27 @@ export default {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<md cn={md.cn} us={md.us}/>
|
|
|
|
<md cn={md.cn} us={md.us}/>
|
|
|
|
|
|
|
|
<Ajax />
|
|
|
|
|
|
|
|
<Basic />
|
|
|
|
|
|
|
|
<Bordered />
|
|
|
|
|
|
|
|
<ColspanRowspan />
|
|
|
|
<CustomFilterPanel />
|
|
|
|
<CustomFilterPanel />
|
|
|
|
|
|
|
|
<EditCell />
|
|
|
|
|
|
|
|
<EditRow />
|
|
|
|
|
|
|
|
<ExpandChildren />
|
|
|
|
|
|
|
|
<Expand />
|
|
|
|
|
|
|
|
<FixedColumnsHeader />
|
|
|
|
|
|
|
|
<FixedColumns />
|
|
|
|
|
|
|
|
<FixedHeader />
|
|
|
|
|
|
|
|
<GroupingColumns />
|
|
|
|
|
|
|
|
<Head />
|
|
|
|
|
|
|
|
<NestedTable />
|
|
|
|
|
|
|
|
<ResetFilter />
|
|
|
|
|
|
|
|
<RowSelectionAndOperation />
|
|
|
|
|
|
|
|
<RowSelectionCustom />
|
|
|
|
|
|
|
|
<RowSelection />
|
|
|
|
|
|
|
|
<Size />
|
|
|
|
|
|
|
|
<Template />
|
|
|
|
<api>
|
|
|
|
<api>
|
|
|
|
<template slot='cn'>
|
|
|
|
<template slot='cn'>
|
|
|
|
<CN/>
|
|
|
|
<CN/>
|
|
|
|