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
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.
Need to be able to search by column, and to combine (or stack) multiple searches
The text was updated successfully, but these errors were encountered: