- Posts: 2
- Thank you received: 0
I've created a custom dropdown filters plugin to pass the data_search command to tablejx and stumbled upon a strange issue.
When I change the sort order for a column, then filter the results, and then sort the same column, I get the results back without filter.
Seems like the results are cached somewhere. Could you give me a hint where to look?
You can see it working at www.camerastuffreview.com/nl/inhoudsopga...lenzen-testoverzicht
Greets,
Ruben
Please Log in or Create an account to join the conversation.
Hi,
I am not sure, but sometimes it might be the browser that cashes the responses. In your case I would first try adding some dummy GET variable to the end of the url generated in javascript function searchjx in components/com_grid/js/grid.js.
stackoverflow.com/questions/4667927/java...aining-random-number
Please Log in or Create an account to join the conversation.
That's it!
Thank you!!
Please Log in or Create an account to join the conversation.