Datatable not displaying in google chrome
Datatable not displaying in google chrome
Namrata
Posts: 6Questions: 0Answers: 0
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?
{
"aaData": [
[
"ABC",
"923519",
"30 Lorem Ipsum",
"Tree",
"WC2H 7LA"
]
]
}
Can you please help me in this?
This discussion has been closed.
Replies
Allan
http://jsfiddle.net/Nemoo/RcRBE/1/
Allan