Set the column width of jQuery DataTables Column Filter -


how set column width of jquery datatables column filter?

my code : http://jsfiddle.net/oscar11/aobmk2of/

... datatable.columnfilter({   splaceholder: "head:before",   aocolumns: [       { type: "select", width:"10px" },         { type: "select" },               { type: "select" },         { type: "select" },         { type: "select" }   ] }); ... 

but it's not working.

thank you.

please apply class.

#example select {     width:100px !important; } 

Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -