Closed GoogleCodeExporter closed 9 years ago
Okay guys, sorry it was my fault. I forgot to add new lines at the script:
$(document).ready( function() {
fnFeaturesInit();
$('#example').dataTable( {
-->here "aaSorting": [[ 5, "desc" ]],
"aoColumns": [
null,
null,
null,
null,
null,
-->here null
],
"oLanguage": {
"sUrl": "media/language/de_DE.txt"
},
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"bPaginate": true,
"bLengthChange": true,
"bFilter": true,
"bSort": true,
"bInfo": true,
"bAutoWidth": true
} );
Bug is fixed
Original comment by soel.bre...@googlemail.com
on 9 Nov 2011 at 1:44
Original comment by joc...@gmail.com
on 12 Feb 2012 at 1:11
Original issue reported on code.google.com by
soel.bre...@googlemail.com
on 9 Nov 2011 at 1:18Attachments: