structured-filter
structured-filter copied to clipboard
jQuery UI widget for structured queries like "Contacts where Firstname starts with A and Birthday before 1/1/2000 and State in (CA, NY, FL)"...
Feature Request: It will be a very useful feature if we can provide autocomplete by typing in the dropdowns. So that user doesn't have to find from dropdown.
This enables to add an autocomplete input with an API URL using jQueryUI native autocomplete feature.
It would be awesome if I could do filtering like this: { {Username contains 'asdf' AND Lastname contains 'foo'} OR {Username startswith 'A' and age < 13} } This way...
It will be better if there is option relative date inside date field. I have shared sample screen link below please check it 
It would be nice to give a predefined list of values for a filter. For example, if the data that was being queried only had X options for a field,...
It would be nice to have a list but with radio buttons so only one option is ever selected. Perhaps: ````javascript { type: "exclusiveList", id: "myID", label: "Fancy Exclusive List",...
There is issue occur while working with bootstrap 5 and structured filter. Bootstrap min file override the structure filter methods. I use the following File for this. The issue was...