@@ -73,8 +73,8 @@ import {PizzaPartyComponent,SnackBarComponentExample} from './snack-bar-componen
7373import { SnackBarOverviewExample } from './snack-bar-overview/snack-bar-overview-example' ;
7474import { SortOverviewExample } from './sort-overview/sort-overview-example' ;
7575import { TableBasicExample } from './table-basic/table-basic-example' ;
76- import { TableHttpExample } from './table-http/table-http-example' ;
7776import { TableFilteringExample } from './table-filtering/table-filtering-example' ;
77+ import { TableHttpExample } from './table-http/table-http-example' ;
7878import { TableOverviewExample } from './table-overview/table-overview-example' ;
7979import { TablePaginationExample } from './table-pagination/table-pagination-example' ;
8080import { TableSortingExample } from './table-sorting/table-sorting-example' ;
@@ -446,18 +446,18 @@ export const EXAMPLE_COMPONENTS = {
446446 additionalFiles : null ,
447447 selectorName : null
448448 } ,
449- 'table-http' : {
450- title : 'Table retrieving data through HTTP' ,
451- component : TableHttpExample ,
452- additionalFiles : null ,
453- selectorName : null
454- } ,
455449 'table-filtering' : {
456450 title : 'Table with filtering' ,
457451 component : TableFilteringExample ,
458452 additionalFiles : null ,
459453 selectorName : null
460454 } ,
455+ 'table-http' : {
456+ title : 'Table retrieving data through HTTP' ,
457+ component : TableHttpExample ,
458+ additionalFiles : null ,
459+ selectorName : null
460+ } ,
461461 'table-overview' : {
462462 title : 'Feature-rich data table' ,
463463 component : TableOverviewExample ,
0 commit comments