Replies: 1 comment 3 replies
-
This is actually one of the last big filter features I've yet to finalize. The ability to customize the filter modes available in the list is going to improve greatly soon. As far as being able to tell which filter mode is chosen, you can do that by managing the I'll look into that last issue you described |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when we set columnFilterModeOptions to ['between', 'greaterThan', 'lessThan'] and filterFn:between with serverside paging and filtering, I am able to get the request parameter filters set to {id:"x",value:{[5,10]} and no idea what filtermode is set if mode is changed on client side.
If we can trigger customfunction with columnFilterModeOptions being set, I can pass one more key for filter condition in {id:"x",value:{[5,10],condition:'between'}
and there is one issue with between filter mode, when we change anything in max textbox is not triggering filterchange event.
Beta Was this translation helpful? Give feedback.
All reactions