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

Make dynatable searches stackable #2

Open
jfoote opened this issue Jun 2, 2014 · 1 comment
Open

Make dynatable searches stackable #2

jfoote opened this issue Jun 2, 2014 · 1 comment

Comments

@jfoote
Copy link
Owner

jfoote commented Jun 2, 2014

Need to be able to search by column, and to combine (or stack) multiple searches

@jfoote
Copy link
Owner Author

jfoote commented Jun 3, 2014

This is do-able, see: https://www.dynatable.com/#querying

Basically one can add more searches by creating HTML elements and then, via JS/jQuery, assign their change (or submit) callbacks to add (key, val) pairs to the dynatables 'queries' attribute. The 'key' is the field to filter on, and the 'val' is the filter value. Should be able to expand on this to dynamically add (and remove) more search terms across all fields pretty easily; should also be able to use a combo box for each search input field to allow the user to select the column (or 'all') for each search.

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

No branches or pull requests

1 participant