SearchPanes client side not working on data ajax reload

SearchPanes client side not working on data ajax reload

coolblades1coolblades1 Posts: 26Questions: 2Answers: 0

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

  • kthorngrenkthorngren Posts: 21,342Questions: 26Answers: 4,954

    Does the test case show the reload problem? If so please provide the steps to see the issue.

    Kevin

  • coolblades1coolblades1 Posts: 26Questions: 2Answers: 0

    yes, steps are mentioned in my original post.

  • kthorngrenkthorngren Posts: 21,342Questions: 26Answers: 4,954

    Then you press the reload button the new data is displayed as well the updated searchPanes.

    Sorry, I might be missing it but I don't see a reload button.

    Kevin

  • coolblades1coolblades1 Posts: 26Questions: 2Answers: 0

    it is on the top left hand corner of rendered page.

  • coolblades1coolblades1 Posts: 26Questions: 2Answers: 0

    it is on the top left hand corner of rendered page.

  • coolblades1coolblades1 Posts: 26Questions: 2Answers: 0

  • kthorngrenkthorngren Posts: 21,342Questions: 26Answers: 4,954

    Hmm, still not seeing it nor any code that looks like it reloads the data. This is what I see:

    Kevin

  • coolblades1coolblades1 Posts: 26Questions: 2Answers: 0

    sorry about that, I didn't save
    https://jsfiddle.net/5t928coq/1/

  • kthorngrenkthorngren Posts: 21,342Questions: 26Answers: 4,954

    That does seem odd. @allan will need to take a look. Thanks for the test case.

    Kevin

  • coolblades1coolblades1 Posts: 26Questions: 2Answers: 0

    I assume no one is trying to resolve this...

  • bhoward432bhoward432 Posts: 1Questions: 0Answers: 0

    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.

  • coolblades1coolblades1 Posts: 26Questions: 2Answers: 0

    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...

Sign In or Register to comment.