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';
112
112
import { TableHttpExample } from './table-http/table-http-example' ;
113
113
import { TableOverviewExample } from './table-overview/table-overview-example' ;
114
114
import { TablePaginationExample } from './table-pagination/table-pagination-example' ;
115
+ import { TableSelectionExample } from './table-selection/table-selection-example' ;
115
116
import { TableSortingExample } from './table-sorting/table-sorting-example' ;
116
117
import { TabsOverviewExample } from './tabs-overview/tabs-overview-example' ;
117
118
import { TabsTemplateLabelExample } from './tabs-template-label/tabs-template-label-example' ;
@@ -715,6 +716,12 @@ export const EXAMPLE_COMPONENTS = {
715
716
additionalFiles : null ,
716
717
selectorName : null
717
718
} ,
719
+ 'table-selection' : {
720
+ title : 'Table with selection' ,
721
+ component : TableSelectionExample ,
722
+ additionalFiles : null ,
723
+ selectorName : null
724
+ } ,
718
725
'table-sorting' : {
719
726
title : 'Table with sorting' ,
720
727
component : TableSortingExample ,
@@ -859,6 +866,7 @@ export const EXAMPLE_LIST = [
859
866
TableHttpExample ,
860
867
TableOverviewExample ,
861
868
TablePaginationExample ,
869
+ TableSelectionExample ,
862
870
TableSortingExample ,
863
871
TabsOverviewExample ,
864
872
TabsTemplateLabelExample ,
You can’t perform that action at this time.
0 commit comments