如何調整jQuery數據表的列過濾器插件控件的大小。如何調整jQuery數據表的列過濾器插件控件的大小
我用下面的代碼列過濾器插件,但它並沒有改變......
$("table#tblOscarNominees").dataTable().columnFilter(
{
//sPlaceHolder: "foot:before",
"aoColumns": [
null, //{ "type": "number-range" },
{"type": "text", width: "50px" },
{ "type": "select" },
{ "type": "text", width: "50px" },
{"type": "number-range", width: "50px" },
{ "type": "select" },
{ "type": "select" },
{ "type": "date-range", width: "50px" },
]
});
有關詳細信息,請訪問以下鏈接
http://www.reddyinfosoft.blogspot.in/2012/12/jquery-datatable-plugin-in-aspnet-using.html
感謝您的回覆。讓我試試這個 – varaprasadreddy