TableTools and getJSON
TableTools and getJSON
nidan
Posts: 1Questions: 0Answers: 0
I'm outputting a json string to use with table tools print and export.
I'm wondering how to include sDom in my json string.
The table tool example uses:
"sDom": 'T<"clear">lfrtip'
but I'm unsure how to work with this and getJSON.
I have:
{"sDom": 'T<"clear">lfrtip', "aaData": [["1BF59885X64286822","2010-04-16 20:17:45","Susan","Montrose","WiFi Internet Access - 1
etc but this doesn't seem to work.
Many thanks in advance.
I'm wondering how to include sDom in my json string.
The table tool example uses:
"sDom": 'T<"clear">lfrtip'
but I'm unsure how to work with this and getJSON.
I have:
{"sDom": 'T<"clear">lfrtip', "aaData": [["1BF59885X64286822","2010-04-16 20:17:45","Susan","Montrose","WiFi Internet Access - 1
etc but this doesn't seem to work.
Many thanks in advance.
This discussion has been closed.