Datatable not displaying in google chrome

Datatable not displaying in google chrome

NamrataNamrata Posts: 6Questions: 0Answers: 0
edited April 2013 in DataTables 1.9
The datatable is not displaying in google chrome. Else on all browsers it is visible. I have used JSON file. The demo code for one row is,

{

"aaData": [
[
"ABC",
"923519",
"30 Lorem Ipsum",
"Tree",
"WC2H 7LA"
]
]
}
Can you please help me in this?

Replies

  • allanallan Posts: 63,075Questions: 1Answers: 10,384 Site admin
    Please link to a test case: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read

    Allan
  • NamrataNamrata Posts: 6Questions: 0Answers: 0
    Please check the fiiddle link below, also i have post the another query, to how to show/hide the div on click of the particular row. That code is also there. Can you please help me?

    http://jsfiddle.net/Nemoo/RcRBE/1/
  • allanallan Posts: 63,075Questions: 1Answers: 10,384 Site admin
    There is an error in that example: `$('#gridContent').dataTable` . It looks like you aren't including DataTables.

    Allan
This discussion has been closed.