<thead>
<tr>
<th rowspan="2">Rendering engine</th>
<th rowspan="2">Browser</th>
<th colspan="2">Machine</th>
<th rowspan="2">CSS grade</th>
</tr>
<tr>
<th>Platform(s)</th>
<th>Engine version</th>
</tr>
</thead>
<tr class="gradeA"> <td>Gecko</td> <td>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</td> <td>Win 98+ / OSX.2+</td> <td class="center">1.7</td> <td class="center">A</td> </tr>
<meta http-equiv="X-UA-Compatible" content="IE=8" />
$(document).ready( function () {
document.getElementById('demo').style.display = "none";
var oTable = $('#example').dataTable( {
"sScrollX": "100%",
"sScrollXInner": "150%",
"bScrollCollapse": true
} );
new FixedColumns( oTable );
document.getElementById('demo').style.display = "block";
$('#example').dataTable().fnAdjustColumnSizing();
} );
Again, could you possibly put up an example?It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.