@@ -57,43 +57,6 @@ import {
57
57
} from './table-generated-columns/table-generated-columns-example' ;
58
58
59
59
export {
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
- === === =
97
60
TableBasicExample ,
98
61
TableColumnStylingExample ,
99
62
TableDynamicArrayDataExample ,
@@ -103,6 +66,7 @@ const EXAMPLES = [
103
66
TableFilteringExample ,
104
67
TableFlexBasicExample ,
105
68
TableFooterRowExample ,
69
+ TableGeneratedColumnsExample ,
106
70
TableHarnessExample ,
107
71
TableHttpExample ,
108
72
TableMultipleHeaderFooterExample ,
@@ -136,6 +100,7 @@ const EXAMPLES = [
136
100
TableFilteringExample ,
137
101
TableFlexBasicExample ,
138
102
TableFooterRowExample ,
103
+ TableGeneratedColumnsExample ,
139
104
TableHarnessExample ,
140
105
TableHttpExample ,
141
106
TableMultipleHeaderFooterExample ,
@@ -157,7 +122,6 @@ const EXAMPLES = [
157
122
TableWithRipplesExample ,
158
123
TableWrappedExample ,
159
124
WrapperTable ,
160
- > >>> >>> 045e8744 f ( docs ( material / table ) : flat list )
161
125
] ;
162
126
163
127
@NgModule ( {
0 commit comments