ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: hyh888 on April 28, 2022, 11:21:50 am
-
In head filter, filter action is triggered when filterbox got change. Is it possible to trigger filter action when TAB or ENTER keys are pressed?
Could you like to show me how to intercept the listenner of head filter change envent
-
filterbox UI calls filter method under the hood.
filter method can be called from anywhere i.e., by click of a button or any custom action.
https://paramquery.com/pro/api#method-filter
-
In head filter, filter action is triggered when filterbox got change automatically, this is a problem. Can it be stopped? Then it can be trigger in need.
-
In head filter, filter action is triggered automatically even when filterbox got one letter change , this is will send server many unnesessary requests. Can it be stopped? Then it can be trigger in need.
-
Filter dropdowm menu can be used for filtering.
There are buttons Ok and clear in the dropdown menu to initiate the filtering process. Filtering process is not initiated until any button is clicked.
https://paramquery.com/pro/demos/filter_header
-
Thank you for kindly help, I will try it.