problem with table
problem with table
hello, I ask for your help cause i have a table which doesnt work datatables(). My code is this
This question has an accepted answers - jump to answer
This discussion has been closed.
hello, I ask for your help cause i have a table which doesnt work datatables(). My code is this
This question has an accepted answers - jump to answer
Answers
You are getting this error:
Its due to the
colspanyou have in yourtbody. Datatables doesn't supportcolspanin thetbodyas documented in the HTML requirements.Kevin
THank you Kevin