Custom filter option ranges - with a JQuery Slider!

Hmmm.  It might be possible - sometimes we create “standalone” filter components linked to separate models which use model actions to filter other models (see Model Actions, Use Case #3).  Your filter model could contain two ui-only fields “max value” and “min value” and then you can create a custom component to display and modify these values via this slider. Then, when max and min is modified, the model actions would activate and set conditions on your table model, and requery it.