Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi every one i managed the jquer datatable in asp.net, but unable to resize the column filter plugin controls, let me know if some one can help .....

Quote:
$("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" },
]
});


for better understanding here is image

[IMG]http://i45.tinypic.com/10xy8nq.jpg[/IMG]

if any thing goes from this post please forgive me

and for more details please check this link to understand from the begining...
and it may help some one who need this.

http://www.reddyinfosoft.blogspot.in/2012/12/jquery-datatable-plugin-in-aspnet-using.html[^]
Posted
Updated 13-Dec-12 6:48am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900