fnUpdate the multi td for th with colspan
fnUpdate the multi td for th with colspan
NasserKarimi
Posts: 1Questions: 1Answers: 0
I use .fnUpdate() to generate table according to data that comes from database. I have some teacher in the header of the table, and some information in the td in the body of the table.
I can generate the data in TDs but I want to show the multiple td bellow one th.
Problem
I can set the colspan for generated th, but how I can assign data by fnupdate for each sub td.
I want to generate output like this by fnUpdate
This discussion has been closed.
Answers
Hi @NasserKarimi ,
Take a look at this example here, it's using colspan,
Cheers,
Colin