Rowspan making datatable tools not appear
Rowspan making datatable tools not appear
shahir azrie
Posts: 1Questions: 1Answers: 0
in DataTables
So Im trying to combine some row using rowspan and ended up with this:
Unfortunately, It messes up the datatable tool. Below is without rowspan and it seems to work fine but not with rowspan.
Does anyone know how to fix this? Or does anyone have better table design for me not to use rowspan?
Answers
Datatables doesn't support
rowspan
andcolspan
in thetbody
. See the HTML docs. for more details. Maybe the RowGroup Extension will do what you want.Kevin