@@ -57,43 +57,6 @@ import {
5757} from './table-generated-columns/table-generated-columns-example' ;
5858
5959export {
60- < << < < < < HEAD
61- TableBasicExample , TableFlexBasicExample ,
62- TableDynamicColumnsExample , TableExpandableRowsExample ,
63- TableFilteringExample , TableFooterRowExample ,
64- TableHttpExample , TableMultipleHeaderFooterExample ,
65- TableOverviewExample , TablePaginationExample ,
66- TableRowContextExample , TableSelectionExample ,
67- TableSortingExample , TableStickyColumnsExample ,
68- TableStickyComplexExample , TableStickyComplexFlexExample ,
69- TableStickyFooterExample , TableStickyHeaderExample ,
70- TableTextColumnExample , TableTextColumnAdvancedExample ,
71- TableWrappedExample , WrapperTable ,
72- TableReorderableExample , TableRecycleRowsExample ,
73- TableHarnessExample , TableColumnStylingExample ,
74- TableRowBindingExample , TableWithRipplesExample ,
75- TableDynamicArrayDataExample , TableDynamicObservableDataExample ,
76- TableGeneratedColumnsExample ,
77- } ;
78-
79- const EXAMPLES = [
80- TableBasicExample , TableFlexBasicExample ,
81- TableDynamicColumnsExample , TableExpandableRowsExample ,
82- TableFilteringExample , TableFooterRowExample ,
83- TableHttpExample , TableMultipleHeaderFooterExample ,
84- TableOverviewExample , TablePaginationExample ,
85- TableRowContextExample , TableSelectionExample ,
86- TableSortingExample , TableStickyColumnsExample ,
87- TableStickyComplexExample , TableStickyComplexFlexExample ,
88- TableStickyFooterExample , TableStickyHeaderExample ,
89- TableTextColumnExample , TableTextColumnAdvancedExample ,
90- TableWrappedExample , WrapperTable ,
91- TableReorderableExample , TableRecycleRowsExample ,
92- TableHarnessExample , TableColumnStylingExample ,
93- TableRowBindingExample , TableWithRipplesExample ,
94- TableDynamicArrayDataExample , TableDynamicObservableDataExample ,
95- TableGeneratedColumnsExample ,
96- === === =
9760 TableBasicExample ,
9861 TableColumnStylingExample ,
9962 TableDynamicArrayDataExample ,
@@ -103,6 +66,7 @@ const EXAMPLES = [
10366 TableFilteringExample ,
10467 TableFlexBasicExample ,
10568 TableFooterRowExample ,
69+ TableGeneratedColumnsExample ,
10670 TableHarnessExample ,
10771 TableHttpExample ,
10872 TableMultipleHeaderFooterExample ,
@@ -136,6 +100,7 @@ const EXAMPLES = [
136100 TableFilteringExample ,
137101 TableFlexBasicExample ,
138102 TableFooterRowExample ,
103+ TableGeneratedColumnsExample ,
139104 TableHarnessExample ,
140105 TableHttpExample ,
141106 TableMultipleHeaderFooterExample ,
@@ -157,7 +122,6 @@ const EXAMPLES = [
157122 TableWithRipplesExample ,
158123 TableWrappedExample ,
159124 WrapperTable ,
160- > >>> >>> 045e8744 f ( docs ( material / table ) : flat list )
161125] ;
162126
163127@NgModule ( {
0 commit comments