@@ -54,39 +54,69 @@ import {
5454} from './table-dynamic-observable-data/table-dynamic-observable-data-example' ;
5555
5656export {
57- TableBasicExample , TableFlexBasicExample ,
58- TableDynamicColumnsExample , TableExpandableRowsExample ,
59- TableFilteringExample , TableFooterRowExample ,
60- TableHttpExample , TableMultipleHeaderFooterExample ,
61- TableOverviewExample , TablePaginationExample ,
62- TableRowContextExample , TableSelectionExample ,
63- TableSortingExample , TableStickyColumnsExample ,
64- TableStickyComplexExample , TableStickyComplexFlexExample ,
65- TableStickyFooterExample , TableStickyHeaderExample ,
66- TableTextColumnExample , TableTextColumnAdvancedExample ,
67- TableWrappedExample , WrapperTable ,
68- TableReorderableExample , TableRecycleRowsExample ,
69- TableHarnessExample , TableColumnStylingExample ,
70- TableRowBindingExample , TableWithRipplesExample ,
71- TableDynamicArrayDataExample , TableDynamicObservableDataExample ,
57+ TableBasicExample ,
58+ TableColumnStylingExample ,
59+ TableDynamicArrayDataExample ,
60+ TableDynamicColumnsExample ,
61+ TableDynamicObservableDataExample ,
62+ TableExpandableRowsExample ,
63+ TableFilteringExample ,
64+ TableFlexBasicExample ,
65+ TableFooterRowExample ,
66+ TableHarnessExample ,
67+ TableHttpExample ,
68+ TableMultipleHeaderFooterExample ,
69+ TableOverviewExample ,
70+ TablePaginationExample ,
71+ TableRecycleRowsExample ,
72+ TableReorderableExample ,
73+ TableRowBindingExample ,
74+ TableRowContextExample ,
75+ TableSelectionExample ,
76+ TableSortingExample ,
77+ TableStickyColumnsExample ,
78+ TableStickyComplexExample ,
79+ TableStickyComplexFlexExample ,
80+ TableStickyFooterExample ,
81+ TableStickyHeaderExample ,
82+ TableTextColumnAdvancedExample ,
83+ TableTextColumnExample ,
84+ TableWithRipplesExample ,
85+ TableWrappedExample ,
86+ WrapperTable ,
7287} ;
7388
7489const EXAMPLES = [
75- TableBasicExample , TableFlexBasicExample ,
76- TableDynamicColumnsExample , TableExpandableRowsExample ,
77- TableFilteringExample , TableFooterRowExample ,
78- TableHttpExample , TableMultipleHeaderFooterExample ,
79- TableOverviewExample , TablePaginationExample ,
80- TableRowContextExample , TableSelectionExample ,
81- TableSortingExample , TableStickyColumnsExample ,
82- TableStickyComplexExample , TableStickyComplexFlexExample ,
83- TableStickyFooterExample , TableStickyHeaderExample ,
84- TableTextColumnExample , TableTextColumnAdvancedExample ,
85- TableWrappedExample , WrapperTable ,
86- TableReorderableExample , TableRecycleRowsExample ,
87- TableHarnessExample , TableColumnStylingExample ,
88- TableRowBindingExample , TableWithRipplesExample ,
89- TableDynamicArrayDataExample , TableDynamicObservableDataExample ,
90+ TableBasicExample ,
91+ TableColumnStylingExample ,
92+ TableDynamicArrayDataExample ,
93+ TableDynamicColumnsExample ,
94+ TableDynamicObservableDataExample ,
95+ TableExpandableRowsExample ,
96+ TableFilteringExample ,
97+ TableFlexBasicExample ,
98+ TableFooterRowExample ,
99+ TableHarnessExample ,
100+ TableHttpExample ,
101+ TableMultipleHeaderFooterExample ,
102+ TableOverviewExample ,
103+ TablePaginationExample ,
104+ TableRecycleRowsExample ,
105+ TableReorderableExample ,
106+ TableRowBindingExample ,
107+ TableRowContextExample ,
108+ TableSelectionExample ,
109+ TableSortingExample ,
110+ TableStickyColumnsExample ,
111+ TableStickyComplexExample ,
112+ TableStickyComplexFlexExample ,
113+ TableStickyFooterExample ,
114+ TableStickyHeaderExample ,
115+ TableTextColumnAdvancedExample ,
116+ TableTextColumnExample ,
117+ TableWithRipplesExample ,
118+ TableWrappedExample ,
119+ WrapperTable ,
90120] ;
91121
92122@NgModule ( {
0 commit comments