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
using a custom_func with data parameter. I noticed that on 0.8.8 when selecting the "Select Value" option did nothing. In 0.8.9b, the values are reset, but the 'inuse' class is never removed. I set a breakpoint on:
In doFilterCustomDateFunc (starting around line 745)
However, the arg is never set to 'clear' -- perhaps this is expected when i do not use a filter_reset_button (set _text to false).
However, inuse class is never removed. when selecting "Select Value" -- I'll dig into a little more tonight but perhaps it would be easier for you to find.
Thanks as always.
- Mike
The text was updated successfully, but these errors were encountered:
https://jsfiddle.net/t372e7rh/1/ (column 2 is our column of interest)
using a custom_func with data parameter. I noticed that on 0.8.8 when selecting the "Select Value" option did nothing. In 0.8.9b, the values are reset, but the 'inuse' class is never removed. I set a breakpoint on:
In doFilterCustomDateFunc (starting around line 745)
However, the arg is never set to 'clear' -- perhaps this is expected when i do not use a filter_reset_button (set _text to false).
However, inuse class is never removed. when selecting "Select Value" -- I'll dig into a little more tonight but perhaps it would be easier for you to find.
Thanks as always.
- Mike
The text was updated successfully, but these errors were encountered: