You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to have the grid have some default filtering options (in this case checkboxes) set when it first loads. I can not figure out if there is a way to programmatically set the filter values, either through jsgrid directly or jquery.
I saw there was a way to get the filters, $("#grid").jsGrid("getFilter") but no idea what a "plain object" is or how to manipulate it, it seemed to be an empty prototype object when I used chrome's inspect.
The text was updated successfully, but these errors were encountered:
I'd like to be able to have the grid have some default filtering options (in this case checkboxes) set when it first loads. I can not figure out if there is a way to programmatically set the filter values, either through jsgrid directly or jquery.
I saw there was a way to get the filters, $("#grid").jsGrid("getFilter") but no idea what a "plain object" is or how to manipulate it, it seemed to be an empty prototype object when I used chrome's inspect.
The text was updated successfully, but these errors were encountered: