abhinavt
11-14-2024Cloud Apps
Customize No Results Layout
Hello All, Is there a way to customize "No Results" layout, we have few buttons at the top being hidden when widget has no data. Also adding the html script we're using. TIA const dro...
- 11-26-2024
We found a solution to customize the layout using the below script.
.widget-no-result-overlay.with-header { top: 50px; height: calc(100% - 50);}