Skip to content

Commit 0bacebf

Browse files
devversionjelbourn
authored andcommitted
docs: add table-selection example (#8377)
1 parent 1f1aeeb commit 0bacebf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/material-examples/example-module.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ import {TableFilteringExample} from './table-filtering/table-filtering-example';
112112
import {TableHttpExample} from './table-http/table-http-example';
113113
import {TableOverviewExample} from './table-overview/table-overview-example';
114114
import {TablePaginationExample} from './table-pagination/table-pagination-example';
115+
import {TableSelectionExample} from './table-selection/table-selection-example';
115116
import {TableSortingExample} from './table-sorting/table-sorting-example';
116117
import {TabsOverviewExample} from './tabs-overview/tabs-overview-example';
117118
import {TabsTemplateLabelExample} from './tabs-template-label/tabs-template-label-example';
@@ -715,6 +716,12 @@ export const EXAMPLE_COMPONENTS = {
715716
additionalFiles: null,
716717
selectorName: null
717718
},
719+
'table-selection': {
720+
title: 'Table with selection',
721+
component: TableSelectionExample,
722+
additionalFiles: null,
723+
selectorName: null
724+
},
718725
'table-sorting': {
719726
title: 'Table with sorting',
720727
component: TableSortingExample,
@@ -859,6 +866,7 @@ export const EXAMPLE_LIST = [
859866
TableHttpExample,
860867
TableOverviewExample,
861868
TablePaginationExample,
869+
TableSelectionExample,
862870
TableSortingExample,
863871
TabsOverviewExample,
864872
TabsTemplateLabelExample,

0 commit comments

Comments
 (0)