@@ -57,6 +57,7 @@ import {
5757} from './table-generated-columns/table-generated-columns-example' ;
5858
5959export {
60+ < << < < < < HEAD
6061 TableBasicExample , TableFlexBasicExample ,
6162 TableDynamicColumnsExample , TableExpandableRowsExample ,
6263 TableFilteringExample , TableFooterRowExample ,
@@ -92,6 +93,71 @@ const EXAMPLES = [
9293 TableRowBindingExample , TableWithRipplesExample ,
9394 TableDynamicArrayDataExample , TableDynamicObservableDataExample ,
9495 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 )
95161] ;
96162
97163@NgModule ( {
0 commit comments