Scheduler filtering not working for me

I followed the example but I must be missing something?

TIA

David

Notes:

docs.dhtmlx.com/scheduler/filtering.html

docs.dhtmlx.com/scheduler/sample … vents.html

html, body { margin: 0px; padding: 0px; height: 100%; overflow: hidden; } .filters_wrapper { line-height: 12px; font-size: 12px; } .filters_wrapper span { font-weight: bold; padding-right: 5px; } .filters_wrapper label { padding-right: 3px; }
Event Type: Other Judgment Special Sets

Code looks fine, you can try to replace filter_input.onchange with filter_input.onclick though.
Try to add alert instruction in onchange ( onclick ) handler and check is it really triggered or not, and what is value of filters in that moment.

Thank you

Turned out to be something fairly simple. I created a custom view (‘workweek’ versus ‘week’) and didn’t reference it in the code. dah

Thanks again,

-David

        scheduler.filter_month = scheduler.filter_day = scheduler.filter_week =  scheduler.filt

er_workweek = function(id, event) {