Database showing error code 18 what should I do to removeit

Database showing error code 18 what should I do to removeit

Ranvirsingh1240Ranvirsingh1240 Posts: 1Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • carwalkcarwalk Posts: 1Questions: 0Answers: 0

    Error 18 usually means the number of <th> headers doesn’t match the number of <td> columns. Just make sure each row has the same column count as the header. If you're using colspan, remove it or adjust the structure.

  • allanallan Posts: 65,339Questions: 1Answers: 10,838 Site admin

    The error should point you at this documentation page.

    If the information there, or the spot on advice from @carwalk, doesn't help you resolve the issue, please link to a test case showing the issue, per the forum rules.

    Allan

Sign In or Register to comment.