SearchPanes client side not working on data ajax reload
SearchPanes client side not working on data ajax reload
Hi,
I upgrade to latest DT and search panes and I am seeing a problem when I reload my data.
The the click in the search panes filter is no longer filtering.
Here is my test example
https://jsfiddle.net/5t928coq/
On the initial rendering, the filter works fine.
Then you press the reload button the new data is displayed as well the updated searchPanes. But when you click in search panes nothing happened, as if it is no longer listening to click event.
Did I mis-configure searchPanes?
Thanks
Replies
Does the test case show the reload problem? If so please provide the steps to see the issue.
Kevin
yes, steps are mentioned in my original post.
Sorry, I might be missing it but I don't see a reload button.
Kevin
it is on the top left hand corner of rendered page.
it is on the top left hand corner of rendered page.
Hmm, still not seeing it nor any code that looks like it reloads the data. This is what I see:
Kevin
sorry about that, I didn't save
https://jsfiddle.net/5t928coq/1/
That does seem odd. @allan will need to take a look. Thanks for the test case.
Kevin
I assume no one is trying to resolve this...
Has there been updates on this? I am having the same issue. I have several functions that can add or remove items from a data table. I don't want to refresh the entire page on every action. The datatable.ajax.reload() will remove the items but that makes the search panes unusable after.
It has been very quiet in the forum, at least to my bug reports. Usually I get a response on possible bug within few days, but I posted another one a week or so ago, nothing....
For this bug, unfortunately my workaround is reload the whole page...