Is there any way to check if the quick search is active, meaning if the current records have been filtered down due to quick search?
I have custom fields in a grid, and I’ve created ajax onclick events on those fields. So unfortunately this locks me into a PHP solution as any combination of putting javascript into this section has not worked. I would like to disable the code of those onclick events if the results are being filtered with quick search.
The obvious solution would be to pull the value of the quick search input via Javascript, but again that’s not an option since ajax events are locked into PHP.