Debugging help with searchPanes / cascadePanes
Debugging help with searchPanes / cascadePanes
Hi,
I know, this question may sound a bit daft, but I'm kind of stuck here.
In my application, the following happens: I have activated searchPanes and set cascadePanes to true. Now, there is one pane which doesn't cascade properly, when I make a selection in one of the other panes.
The options disappear properly, but the count next to the labels is not updated when the number of available selections changes (it always stays at its initial value).
For the life of me, however, I cannot reproduce this on live.datatables.net. My setup looks similar to https://live.datatables.net/yucitima/2/edit but everything is working fine there. It's the pane with custom labels / value functions that's making trouble for me.
Does anybody have an idea where I might start looking? Unfortunately I cannot make the application publicly available .
I'm using Ajax and recently switched to client side processing, so I don't know how I could debug this, since there's no query I could have messed up involved.
Thanks.
Answers
The only thing I can think of is to look at the browser's console to see if you are getting errors during the cascading process.
Possibly you can make remote access arrangements with Allan. PM him directly if you can.
Kevin