can you have elements in ?
can you have elements in ?
Hello.
Is it possible to include tags within the ? It seems to break when using a basic initialization
I see the following error in Firebug:
DataTables warning (table id = 'mytable'): Unexpected number of TD elements. Expected 6 and got 4. DataTables does not support rowspan / colspan in the table body, and there must be one cell for each row/column combination.
(I'm using datatables 1.7.3, jQuery 1.4.3, jQueryUI 1.8.4)
Eg.
[code]
$(document).ready(function(){
$('#mytable').dataTable();
});
ABC
Row header 1
some info
some info
Row header 2
more info
more info
[/code]
Is it possible to include tags within the ? It seems to break when using a basic initialization
I see the following error in Firebug:
DataTables warning (table id = 'mytable'): Unexpected number of TD elements. Expected 6 and got 4. DataTables does not support rowspan / colspan in the table body, and there must be one cell for each row/column combination.
(I'm using datatables 1.7.3, jQuery 1.4.3, jQueryUI 1.8.4)
Eg.
[code]
$(document).ready(function(){
$('#mytable').dataTable();
});
ABC
Row header 1
some info
some info
Row header 2
more info
more info
[/code]
This discussion has been closed.
Replies
http://datatables.net/examples/advanced_init/row_grouping.html
Allan
Right now, the lack of ability to do this in DataTables.net is causing us major headaches.
The ability to have TH elements in the table body is a new feature in DataTables 1.8 (currently in beta). A working example of this is shown here: http://datatables.net/media/blog/beautiful_tables/complete.html .
Regards,
Allan
Thanks for a great tool. I'll be making a donation soon.
Regards,
Allan