File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ import {TableFilteringExample} from './table-filtering/table-filtering-example';
112112import { TableHttpExample } from './table-http/table-http-example' ;
113113import { TableOverviewExample } from './table-overview/table-overview-example' ;
114114import { TablePaginationExample } from './table-pagination/table-pagination-example' ;
115+ import { TableSelectionExample } from './table-selection/table-selection-example' ;
115116import { TableSortingExample } from './table-sorting/table-sorting-example' ;
116117import { TabsOverviewExample } from './tabs-overview/tabs-overview-example' ;
117118import { 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 ,
You can’t perform that action at this time.
0 commit comments