I am getting this.. DataTables warning: table id=showApplicants - Requested unknown parameter '1'

I am getting this.. DataTables warning: table id=showApplicants - Requested unknown parameter '1'

yash27000yash27000 Posts: 2Questions: 1Answers: 0

I am getting this.. DataTables warning: table id=showApplicants - Requested unknown parameter '1' on this site..

http://admissions.rguktn.ac.in/ugadmissions/display/Gen-Call-Letter.php

please solve this....

Answers

  • kthorngrenkthorngren Posts: 21,303Questions: 26Answers: 4,947

    Looks like the problem is this line:
    <tr><td colspan='7'>No applications found.</td></tr>

    Datatables doesn't support colspan within the tbody. Try removing that line to see if the error is eliminated.

    Kevin

This discussion has been closed.