Hiding Toggle for Advanced Data Grid
Comments
-
Hi all,
I was curious to know if anyone knew how I could hide the toggle on an Advanced Data Grid?
-
Hi GeeTrends,
I think the best thing would be to use CSS. You could use:.dp-report-grid-viewer__filteraction-button{
display: none;
}