Complex header colspan
Complex header colspan
tamer
Posts: 3Questions: 0Answers: 0
I use the following code for table header:
[code]
ID
Data Type
From
To
Sent
Received
Data QC
Company Name
Sender Name
Company Name
Date
Date
%
Date
%
[/code]
it should show the header cell labeled "From", and it will span two rows, so under it will be the header cells labeled "Company Name" and "Sender Name", and so on, it renders OK, but the problem is that there is no border between the top header cells, the ones that span 2 columns, the one's which cells labeled "From", "To", "Sent", "Received", and "Data QC".
The table is using the script "jquery.dataTables.min.js" version 1.8.0
[code]
ID
Data Type
From
To
Sent
Received
Data QC
Company Name
Sender Name
Company Name
Date
Date
%
Date
%
[/code]
it should show the header cell labeled "From", and it will span two rows, so under it will be the header cells labeled "Company Name" and "Sender Name", and so on, it renders OK, but the problem is that there is no border between the top header cells, the ones that span 2 columns, the one's which cells labeled "From", "To", "Sent", "Received", and "Data QC".
The table is using the script "jquery.dataTables.min.js" version 1.8.0
This discussion has been closed.
Replies
Allan