@@ -7,28 +7,30 @@ import { pageTitle } from 'ember-page-title';
77
88import ShwTextH1 from ' showcase/components/shw/text/h1' ;
99
10- import SubSectionBaseElements from ' showcase/components/page-components/advanced-table/sub-sections/base-elements' ;
11- import SubSectionBasic from ' showcase/components/page-components/advanced-table/sub-sections/basic' ;
12- import SubSectionCustomization from ' showcase/components/page-components/advanced-table/sub-sections/customization' ;
13- import SubSectionDemos from ' showcase/components/page-components/advanced-table/sub-sections/demos' ;
14- import SubSectionFunctionalExamples from ' showcase/components/page-components/advanced-table/sub-sections/functional-examples' ;
15- import SubSectionLayout from ' showcase/components/page-components/advanced-table/sub-sections/layout' ;
16- import SubSectionMultiSelect from ' showcase/components/page-components/advanced-table/sub-sections/multi-select' ;
17- import SubSectionNestedRows from ' showcase/components/page-components/advanced-table/sub-sections/nested-rows' ;
18- import SubSectionOverflow from ' showcase/components/page-components/advanced-table/sub-sections/overflow' ;
19- import SubSectionPinnableColumns from ' showcase/components/page-components/advanced-table/sub-sections/pinnable-column' ;
20- import SubSectionReorderableColumns from ' showcase/components/page-components/advanced-table/sub-sections/reorderable-columns' ;
21- import SubSectionResizableColumns from ' showcase/components/page-components/advanced-table/sub-sections/resizable-columns' ;
22- import SubSectionSorting from ' showcase/components/page-components/advanced-table/sub-sections/sorting' ;
23- import SubSectionTooltip from ' showcase/components/page-components/advanced-table/sub-sections/tooltip' ;
10+ import SubSectionTest from ' showcase/components/page-components/advanced-table/sub-sections/test' ;
11+ // import SubSectionBaseElements from 'showcase/components/page-components/advanced-table/sub-sections/base-elements';
12+ // import SubSectionBasic from 'showcase/components/page-components/advanced-table/sub-sections/basic';
13+ // import SubSectionCustomization from 'showcase/components/page-components/advanced-table/sub-sections/customization';
14+ // import SubSectionDemos from 'showcase/components/page-components/advanced-table/sub-sections/demos';
15+ // import SubSectionFunctionalExamples from 'showcase/components/page-components/advanced-table/sub-sections/functional-examples';
16+ // import SubSectionLayout from 'showcase/components/page-components/advanced-table/sub-sections/layout';
17+ // import SubSectionMultiSelect from 'showcase/components/page-components/advanced-table/sub-sections/multi-select';
18+ // import SubSectionNestedRows from 'showcase/components/page-components/advanced-table/sub-sections/nested-rows';
19+ // import SubSectionOverflow from 'showcase/components/page-components/advanced-table/sub-sections/overflow';
20+ // import SubSectionPinnableColumns from 'showcase/components/page-components/advanced-table/sub-sections/pinnable-column';
21+ // import SubSectionReorderableColumns from 'showcase/components/page-components/advanced-table/sub-sections/reorderable-columns';
22+ // import SubSectionResizableColumns from 'showcase/components/page-components/advanced-table/sub-sections/resizable-columns';
23+ // import SubSectionSorting from 'showcase/components/page-components/advanced-table/sub-sections/sorting';
24+ // import SubSectionTooltip from 'showcase/components/page-components/advanced-table/sub-sections/tooltip';
2425
2526const AdvancedTableIndex: TemplateOnlyComponent = <template >
2627 {{pageTitle " AdvancedTable Component" }}
2728
2829 <ShwTextH1 >AdvancedTable</ShwTextH1 >
2930
3031 <section data-test-percy >
31- <SubSectionBasic />
32+ <SubSectionTest />
33+ {{! <SubSectionBasic />
3234 <SubSectionNestedRows />
3335 <SubSectionOverflow />
3436 <SubSectionSorting />
@@ -41,7 +43,7 @@ const AdvancedTableIndex: TemplateOnlyComponent = <template>
4143 <SubSectionCustomization />
4244 <SubSectionLayout />
4345 <SubSectionDemos />
44- <SubSectionBaseElements />
46+ <SubSectionBaseElements /> }}
4547 </section >
4648</template >;
4749
0 commit comments