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
colspan
you have in yourtbody
. Datatables doesn't supportcolspan
in thetbody
as documented in the HTML requirements.Kevin
THank you Kevin