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

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

randomusernamerandomusername Posts: 3Questions: 1Answers: 0

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

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    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

Sign In or Register to comment.