Can not read mData
Can not read mData
wen
Posts: 2Questions: 1Answers: 0
hi,
Sources data my JSON format attribute name contain "." ,
then error message "requested unknown parameter 'abc.pv' for row 0...".
code example:
var dtable = $('#PItable').dataTable({
"bProcessing": true,
"aaData": [{
"abc.pv": "99.82"
}],
"aoColumns": [{
mdata: "abc.pv"
}]
});
Attribute name do not contain "." ?
Can help me ? please.
This discussion has been closed.
Answers
Nobody encountered this problem yet?