Database showing error code 18 what should I do to removeit
Database showing error code 18 what should I do to removeit
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
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.
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