Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default value for a filter #77

Open
MadeByKarl opened this issue Feb 10, 2016 · 3 comments
Open

Default value for a filter #77

MadeByKarl opened this issue Feb 10, 2016 · 3 comments

Comments

@MadeByKarl
Copy link

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! :)

@MadeByKarl
Copy link
Author

Help or pointers anyone?

@unematiii
Copy link

I believe the property you are looking for is called filterColName .

@MadeByKarl
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants