File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
packages/main/src/components/AnalyticalTable Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ import { FlexBox } from '@ui5/webcomponents-react/lib/FlexBox';
15
15
import { TextAlign } from ' @ui5/webcomponents-react/lib/TextAlign' ;
16
16
import { FlexBoxAlignItems } from ' @ui5/webcomponents-react/lib/FlexBoxAlignItems' ;
17
17
import { FlexBoxJustifyContent } from ' @ui5/webcomponents-react/lib/FlexBoxJustifyContent' ;
18
+ import { DefaultLoadingComponent } from ' ./defaults/LoadingComponent' ;
19
+ import { DefaultNoDataComponent } from ' ./defaults/NoDataComponent' ;
18
20
19
21
<Meta
20
22
title = " Components / AnalyticalTable"
@@ -99,6 +101,8 @@ import { FlexBoxJustifyContent } from '@ui5/webcomponents-react/lib/FlexBoxJusti
99
101
infiniteScrollThreshold: 20 ,
100
102
subRowsKey: ' subRows' ,
101
103
isTreeTable: false ,
104
+ NoDataComponent: DefaultNoDataComponent ,
105
+ LoadingComponent: DefaultLoadingComponent ,
102
106
scaleWidthMode: TableScaleWidthMode .Default ,
103
107
selectionMode: TableSelectionMode .SINGLE_SELECT ,
104
108
selectionBehavior: TableSelectionBehavior .ROW
You can’t perform that action at this time.
0 commit comments