i got error in DataTables

i got error in DataTables

nitish_2001nitish_2001 Posts: 18Questions: 10Answers: 0
edited December 2021 in Bug reports

warning: table id=example - Requested unknown parameter '0' for row 0, col

{

"data": [
[
sid:"541",
id:"1344"
name:"harish",
age:"18"
],

]
}
what should i do to get callback from js encode function using jsonp
iam using
php version 7.0
mysql 5.7

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    This example shows how to use objects with DataTables. If that doesn't help, we're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

  • nitish_2001nitish_2001 Posts: 18Questions: 10Answers: 0

    thank you collin

Sign In or Register to comment.