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

How do I get set up the grid so all columns can be filtered? #52

Open
ken-colvin opened this issue Dec 6, 2017 · 2 comments
Open

How do I get set up the grid so all columns can be filtered? #52

ken-colvin opened this issue Dec 6, 2017 · 2 comments

Comments

@ken-colvin
Copy link

In your demo, the filter only works on name and firstname. If I want to find all rows with Brazil, which is the country column, then how do I set this up?

@mtabdar
Copy link

mtabdar commented Dec 9, 2017

hi,
in the index.html look at line 67
here:
datagrid.editableGrid.filter( $(this).val());
and for specifying your filter to specific columns
here

@yatendra3192
Copy link

Remember to give a look to line if ( isset($_GET['filter']) && $_GET['filter'] != "" ) in Loaddata.php

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

3 participants