How to decrease column size of ajaxified jquery datatable? -


i have 3 columns in datatable, had 4 , made 1 of them hidden using solution here

and first column expanded (only on firefox), column contains checkboxes.

now want decrease size of first column using function fnsetcolumnvis() ... please help.

screenshot : http://postimg.org/image/9s5wfge3j

in column definitions can specify column width this:

aocolumns': [             {                'mdata': 1,                'swidth': '20%'             },             ... 

Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -