Remove data grid actions
We have advanced data grids on a form, and the reports have an actions area now (with search, refresh and reset). How do I get rid of this? Everything I read says its in the report viewer, but this is an advanced data grid.
Comments
-
You can hide the report action using the following CSS:
.advanced-data-grid .dp-report-header__action-item { display: none }
- Using CSS in Forms: https://documentation.decisions.com/docs/using-css-in-forms
- Uploading CSS: https://documentation.decisions.com/v8/docs/uploading-css


