single and double quote throwing script error in IE

single and double quote throwing script error in IE

sukantsukant Posts: 3Questions: 0Answers: 0
edited December 2013 in DataTables 1.9
Hi
I am using data table 1.9.1. I am getting script error in IE when I am using single and double quote.
_fnCreateTr in this method i am getting error.
Please let me if need more information on this.

S Kumar

Replies

  • allanallan Posts: 63,368Questions: 1Answers: 10,449 Site admin
    > Please let me if need more information on this.

    Yes please. A test case, as with all posts. Please see: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read

    Allan
  • sukantsukant Posts: 3Questions: 0Answers: 0
    In data table , I am showing headers.
    My Header1
    My Header2
    .....

    If this header(My header'3) contains single quote then then is displaying script error.
    "(" expected, this error message is showing.
  • allanallan Posts: 63,368Questions: 1Answers: 10,449 Site admin
    We'd need to see the script to be able to say what is wrong. As I noted in my last post, please link to a test case, otherwise we cannot help since we don't know what is wrong!

    Allan
  • sukantsukant Posts: 3Questions: 0Answers: 0
    /* Process each column */
    for ( var i=0, iLen=oSettings.aoColumns.length ; i
  • allanallan Posts: 63,368Questions: 1Answers: 10,449 Site admin
    That's the DataTables code. As I said quite clearly in my last message - please link to a test case, or we cannot offer any help since we don't know what is going wrong.
This discussion has been closed.