Describe the bug
According to AnalyticalTable docs, NoDataComponent is rendered when the table is not loading, but when alwaysShowBusyIndicator is passed, NoDataComponent is rendered during initial loading (when data is still empty). Is this the expected behavior?
Isolated Example
https://stackblitz.com/edit/github-5krcbd4i?file=src%2FApp.tsx
Reproduction steps
- Create a
AnalyticalTable component and use alwaysShowBusyIndicator prop
- Pass
loading = true and data empty
...
Expected Behaviour
NoDataComponent should not appear when the table is loading
Screenshots or Videos
UI5 Web Components for React Version
2.21.3
UI5 Web Components Version
2.21.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
Organization
No response
Declaration
Describe the bug
According to
AnalyticalTabledocs,NoDataComponentis rendered when the table is not loading, but whenalwaysShowBusyIndicatoris passed, NoDataComponent is rendered during initial loading (when data is still empty). Is this the expected behavior?Isolated Example
https://stackblitz.com/edit/github-5krcbd4i?file=src%2FApp.tsx
Reproduction steps
AnalyticalTablecomponent and usealwaysShowBusyIndicatorproploading = trueand data empty...
Expected Behaviour
NoDataComponentshould not appear when the table is loadingScreenshots or Videos
UI5 Web Components for React Version
2.21.3
UI5 Web Components Version
2.21.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
Organization
No response
Declaration