How do I view a DataTable? I guess I need to fill the form in, in some particular manner?
Without actually seeing your code - I'm going to have a guess :-)
I'm guessing that you are using sAjaxSource for loading JSON (possibly server-side processing), and that there is a trailing comma at the end of the JSON data array. IE rejects this trailing comma (it thinks there will be something next!) while Firefox etc tolerate it.
jsonlint.com is a great tool for ensuring JSON is valid.
Okay - it's not the JSON :-). At the moment I'm not actually sure what it might be. IE isn't throwing any errors, and DataTables certainly should work as you are using it. Your SQL server keeps dropping it's connection at the moment. I'll have another go later on.
Good follow up! Thanks for letting us know what the problem was and how to get it sorted. Cross domain restrictions on XHR really can be a pain sometimes - particularly in situations like this.
Replies
How do I view a DataTable? I guess I need to fill the form in, in some particular manner?
Without actually seeing your code - I'm going to have a guess :-)
I'm guessing that you are using sAjaxSource for loading JSON (possibly server-side processing), and that there is a trailing comma at the end of the JSON data array. IE rejects this trailing comma (it thinks there will be something next!) while Firefox etc tolerate it.
jsonlint.com is a great tool for ensuring JSON is valid.
Allan
Okay - it's not the JSON :-). At the moment I'm not actually sure what it might be. IE isn't throwing any errors, and DataTables certainly should work as you are using it. Your SQL server keeps dropping it's connection at the moment. I'll have another go later on.
Allan
Good follow up! Thanks for letting us know what the problem was and how to get it sorted. Cross domain restrictions on XHR really can be a pain sometimes - particularly in situations like this.
Regards,
Allan