Hiding Toggle for Advanced Data Grid

Hiding Toggle for Advanced Data Grid

Comments

  • Unknown
    edited December 2023

    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;
    }

Sign In or Register to comment.