shows the column that was previously hidden by method 'hideColumn'
dtable.hideColumn("col1", {span: true}); // show column and its span dtable.showColumn("col1", {span: true});