sDom code addition

sDom code addition

burtondavburtondav Posts: 10Questions: 0Answers: 0
edited March 2012 in General
I need to add the span6 code:
[code]
$(document).ready(function() {
$('#example').dataTable( {
"sDom": "<'row'<'span6'l><'span6'f>r>t<'row'<'span6'i><'span6'p>>"
} );
} );
[/code]

to
[code]
$('#dataTable').dataTable({
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "/swf/copy_cvs_xls_pdf.swf"
}
});
[/code]

I'm not sure of the syntax
This discussion has been closed.