columnDefs is not working

columnDefs is not working

imurbatmanimurbatman Posts: 1Questions: 1Answers: 0
edited March 2016 in Free community support
          $('#example').dataTable({
        "aaSorting": [[ 5, "asc" ]],
        "iDisplayLength": 20,
        //"responsive": true,
        //"deferRender": true,

        "columnDefs": [{ targets: 0, visible: false}]
        /*
            "columnDefs": [
                { className: "never", "targets": [ 5 ] }
            ]
        */
    });

I TRIED removing responsive, but its not workin. please help.

This discussion has been closed.