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
Post a Comment