Click here to Skip to main content
15,900,907 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi friends, as the subject says jqueryUI lost when ColVis plugin was added to my coding as shown below. I am using jqueryDataTable in my asp.net application.

for better understanding i am adding image link below.
JavaScript
// ----- Column Visiblity ------
//                "aoColumnDefs": [{ "bVisible": false, "aTargets": [2]}],
//                "sDom": '<"H"Cfr>t<"F"ip>',
//                //"sDom": 'C<"clear">lfrtip',
//                //"sDom": '<"H"fr>tC<"F"ip>',  
                "sDom": 'TC<"clear">lfrtip',
                //"sDom": 'R<"H"Cfr>t<"F"ip>',
                 //"sDom": '<"top"i>rt<"bottom"flp><"clear">',
                 //"sDom":'<"H"lfr>t<"F"ip>',
                 //"sDom": '<"H"lCfr>t<"F"ip>',
                "oColVis":
                {
                    "sDom": 'C<"clear">lfrtip',
                    "activate": "mouseover",
                    "bJQueryUI": true,
                    "bRestore": true,
                    "aiExclude": [0],
                    "buttonText": " Change Columns  " //Show / hide columns
                },
                // -- End Of ColVis


http://i46.tinypic.com/htit5i.jpg[^]

for more details check this link

http://www.reddyinfosoft.blogspot.in/2013/01/search-jquery-datatable-from-external.html[^]

the above code was not added in the link provided, it was commented.
Please provide me some solution...
Posted
Updated 12-Feb-13 19:15pm
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