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
365
Clearing Filter and Filter Text in igGrid
posted

Hello,

Within our grid, we are attempting to create a simple clear filter function.  We've gotten the ability to reset our filter with the following line of code:

$("#grid").igGridFiltering("filter',[]);
Passing in an empty array to reset the filter.  This creates most of the performance that we want, but what does occur is that the input from the user is still within the filter input cell in the grid.  Is it possible to basically call the "clear filter" option (one of the filter options in the grid ui itself)?
Thanks.