Open MadeByKarl opened 8 years ago
Help or pointers anyone?
I believe the property you are looking for is called filterColName
.
Hey, thanks for the reply. Meanwhile I worked something more as a work-around but I'll check this when I get back to this project. Cheers.
Hello! I can't figure out how to set a default value for a column filter. I'd like to do something like the following example but I'm not sure how to achieve this :/.
colModel: [ ...
{title: 'Status', name: 'status', index: true, filter: true, filterValue: 'Open'}, ... ]
Any help greatly appreciated! :)