PP3321
Active Member
Following this post on the Vault, (thanks to @Chihiro)
http://forum.chandoo.org/threads/excel-table-to-responsive-html-table.31728/
I tried to create responsive table using json & ajax.
But I am facing 1 problem.
When I open the html file, it says it is Invalid JSON response.
json file looks like this.
{
"data:" [
[
1,
null,
1,
],
[
1,
null,
1,
]
]
}
Syntax seems to be correct...
If you remark something, could you please let me know...?
http://forum.chandoo.org/threads/excel-table-to-responsive-html-table.31728/
I tried to create responsive table using json & ajax.
But I am facing 1 problem.
When I open the html file, it says it is Invalid JSON response.
json file looks like this.
{
"data:" [
[
1,
null,
1,
],
[
1,
null,
1,
]
]
}
Syntax seems to be correct...
If you remark something, could you please let me know...?