The following code throws an error due to Windows 8 's restrictions on injecting dynamic content:
The error thrown is:
I really like the product and thought it would be better than me trying to roll my own... it may also be impossible or more trouble than it is worth though.
This was fixed a few revs back in JQuery though, so maybe it could also be done here? If I was a bit better at this I would give it a shot myself, but I am still pretty n00bish.
Thanks
$('#outputtable').dataTable({ "aaData": arrayData, "aoColumns": [ { "sTitle": "ID" }, { "sTitle": "Date" }, { "sTitle": "Type" }, { "sTitle": "SubType" }, { "sTitle": "Value" }, { "sTitle": "Notes" } ] });
The error thrown is:
HTML1701: Unable to add dynamic content A script attempted to inject dynamic content, or elements previously modified dynamically, that might be unsafe. For example, using the innerHTML property to add script or malformed HTML will generate this exception. Use the toStaticHTML method to filter dynamic content, or explicitly create elements and attributes with a method such as createElement. For more information, see http://go.microsoft.com/fwlink/?LinkID=247104.
I really like the product and thought it would be better than me trying to roll my own... it may also be impossible or more trouble than it is worth though.
This was fixed a few revs back in JQuery though, so maybe it could also be done here? If I was a bit better at this I would give it a shot myself, but I am still pretty n00bish.
Thanks