Column width or Table width not changing

Column width or Table width not changing

Pradeep GowdaPradeep Gowda Posts: 1Questions: 0Answers: 0
edited October 2016 in Free community support
Class Subject Max Min Start date End date Action
create create

$(document).ready(function() {
$('#example').DataTable()( {
"aoColumnDefs": [
{ "sWidth": "200%", "aTargets": [ 7 ] }
]
} );
} );

This discussion has been closed.