Header not showing in Spry Tabs
Header not showing in Spry Tabs
Hi,
I have tried a few pages with Datatables (which are amazing by the way) and Spry Tabs.
If I have a page with one tab and a datatable, everything is ok but when I add another tab and make that default when loading, the header row with my columns disappears and shows a white bar.
Here is my code for the table
[code]
$(document).ready(function() {
$('.dataTable').dataTable( {
"aaSorting": [[ 0, "asc" ]],
"bAutoWidth": false,
"iDisplayLength": -1,
"sScrollY": 550,
"bJQueryUI": true,
"bPaginate": false
} );
} );
[/code]
Any suggestions?
-Michael
I have tried a few pages with Datatables (which are amazing by the way) and Spry Tabs.
If I have a page with one tab and a datatable, everything is ok but when I add another tab and make that default when loading, the header row with my columns disappears and shows a white bar.
Here is my code for the table
[code]
$(document).ready(function() {
$('.dataTable').dataTable( {
"aaSorting": [[ 0, "asc" ]],
"bAutoWidth": false,
"iDisplayLength": -1,
"sScrollY": 550,
"bJQueryUI": true,
"bPaginate": false
} );
} );
[/code]
Any suggestions?
-Michael
This discussion has been closed.
Replies