@@ -57,6 +57,7 @@ import {
57
57
} from './table-generated-columns/table-generated-columns-example' ;
58
58
59
59
export {
60
+ < << < < < < HEAD
60
61
TableBasicExample , TableFlexBasicExample ,
61
62
TableDynamicColumnsExample , TableExpandableRowsExample ,
62
63
TableFilteringExample , TableFooterRowExample ,
@@ -92,6 +93,71 @@ const EXAMPLES = [
92
93
TableRowBindingExample , TableWithRipplesExample ,
93
94
TableDynamicArrayDataExample , TableDynamicObservableDataExample ,
94
95
TableGeneratedColumnsExample ,
96
+ === === =
97
+ TableBasicExample ,
98
+ TableColumnStylingExample ,
99
+ TableDynamicArrayDataExample ,
100
+ TableDynamicColumnsExample ,
101
+ TableDynamicObservableDataExample ,
102
+ TableExpandableRowsExample ,
103
+ TableFilteringExample ,
104
+ TableFlexBasicExample ,
105
+ TableFooterRowExample ,
106
+ TableHarnessExample ,
107
+ TableHttpExample ,
108
+ TableMultipleHeaderFooterExample ,
109
+ TableOverviewExample ,
110
+ TablePaginationExample ,
111
+ TableRecycleRowsExample ,
112
+ TableReorderableExample ,
113
+ TableRowBindingExample ,
114
+ TableRowContextExample ,
115
+ TableSelectionExample ,
116
+ TableSortingExample ,
117
+ TableStickyColumnsExample ,
118
+ TableStickyComplexExample ,
119
+ TableStickyComplexFlexExample ,
120
+ TableStickyFooterExample ,
121
+ TableStickyHeaderExample ,
122
+ TableTextColumnAdvancedExample ,
123
+ TableTextColumnExample ,
124
+ TableWithRipplesExample ,
125
+ TableWrappedExample ,
126
+ WrapperTable ,
127
+ } ;
128
+
129
+ const EXAMPLES = [
130
+ TableBasicExample ,
131
+ TableColumnStylingExample ,
132
+ TableDynamicArrayDataExample ,
133
+ TableDynamicColumnsExample ,
134
+ TableDynamicObservableDataExample ,
135
+ TableExpandableRowsExample ,
136
+ TableFilteringExample ,
137
+ TableFlexBasicExample ,
138
+ TableFooterRowExample ,
139
+ TableHarnessExample ,
140
+ TableHttpExample ,
141
+ TableMultipleHeaderFooterExample ,
142
+ TableOverviewExample ,
143
+ TablePaginationExample ,
144
+ TableRecycleRowsExample ,
145
+ TableReorderableExample ,
146
+ TableRowBindingExample ,
147
+ TableRowContextExample ,
148
+ TableSelectionExample ,
149
+ TableSortingExample ,
150
+ TableStickyColumnsExample ,
151
+ TableStickyComplexExample ,
152
+ TableStickyComplexFlexExample ,
153
+ TableStickyFooterExample ,
154
+ TableStickyHeaderExample ,
155
+ TableTextColumnAdvancedExample ,
156
+ TableTextColumnExample ,
157
+ TableWithRipplesExample ,
158
+ TableWrappedExample ,
159
+ WrapperTable ,
160
+ > >>> >>> 045e8744 f ( docs ( material / table ) : flat list )
95
161
] ;
96
162
97
163
@NgModule ( {
0 commit comments