how to create a table (dynamic) like this picture by datatable?
how to create a table (dynamic) like this picture by datatable?

This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
DataTables unfortunately cannot do colspan or rowspan in the
tbody
, so I'm sorry to say that that exact layout is not possible in DataTables.Allan
thanks Allan