Scroll DataTable Horizontal

$(document).ready(function() {
    $('#example').DataTable( {
        "scrollX": true
    } );
} );
Ganz404