searchPanes - possible to load data independently of the main table?
searchPanes - possible to load data independently of the main table?

Hello,
I'm using searchPanes which is working great, but the backend cost to generate the options and counts is quite heavy, this is not a problem in itself, but when using DT with serverSide, each page request is generating the options, even though those options may not have changed.
Is it possible to update/provide data to searchPanes independently of the main table? Or is there a solution to prevent resending SP data on each pagination change?
Thanks in advance
This discussion has been closed.
Answers
It's pretty much tied together, I'm afraid, and I suspect uncoupling the options from the load would be a non-trivial endeavour,
Colin