How do in js code configuration header colspan
How do in js code configuration header colspan
ssy341
Posts: 15Questions: 0Answers: 0
like html:
[code]
col_1
col_2col_3
[/code]
how to transform in js?
[code]
col_1
col_2col_3
[/code]
how to transform in js?
This discussion has been closed.
Replies
Allan
If not in HTML to write th and tr these labels, then can use in the js aoColumns configuration header (sTitle), but now my header is grouped, if not write th in the HTML tag with colspan tag, can be like in the tbody tr in js configuration?
Do you understand?
You cannot use the DataTables configuration options to configure the colspan - if you want to do that you need to use standard DOM / jQuery methods.
Allan
Keith