Apostrophe in search filter breaks filter

Apostrophe in search filter breaks filter

delasaredelasare Posts: 3Questions: 0Answers: 0
edited January 2012 in General
If I insert a ' in the search filter the table seems to lock up and just show "processing." Is there a way to capture the input and escape it as the user is typing? I'm using a Java/Struts back end to deliver the data back through javascript.

Replies

  • allanallan Posts: 63,540Questions: 1Answers: 10,476 Site admin
    I'd be willing to bet that there is a JSON error in the return: http://datatables.net/faqs#ss_stuck . Have a look at your JSON return and pass it through http://jsonlint.com to check it.

    Allan
This discussion has been closed.