Can not read mData

Can not read mData

wenwen 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.

Answers

  • wenwen Posts: 2Questions: 1Answers: 0

    Nobody encountered this problem yet?

This discussion has been closed.