Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
835
How to hide igGrid filtering when grid is initialized
posted

I am simply trying to HIDE FILTERING when initialized. Then the user can choose to SHOW if he wishes.

this will not hide the filtering upon grid initialization:

      $("#pfgrid").igGridFiltering("allowFiltering", false);

I've been researching this, but can't figure out how to hide filtering when igGrid is first displayed.

thanks.

Bob