Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35273

column hidding not working

$
0
0

This is not working any clue?

        function hideColumns(hiddenCol){
            // hide columns in table
            console.log('hidding: ' + hiddenCol);
            $('#example').dataTable( {
                 "columnDefs": [
                 { "visible": false, "targets":hiddenCol }
                ]
            } );

        }

Viewing all articles
Browse latest Browse all 35273

Trending Articles