1
Help for ParamQuery Pro / Re: To hide the individual sub column of main column
« on: April 27, 2017, 12:21:48 pm »
Hi Team,
var CM = $("#vessel_tab_main").pqGrid("option", "colModel");
CM[13].colModel[12].hidden = true;
$( "#vessel_tab_main" ).pqGrid( "option", "colModel", colM );
My requirement is like as per the attached screen shot when i select the option 'DRAFT DWTS' the sub column 'Deadweight Thirteen' should be hidden.
var CM = $("#vessel_tab_main").pqGrid("option", "colModel");
CM[13].colModel[12].hidden = true;
$( "#vessel_tab_main" ).pqGrid( "option", "colModel", colM );
My requirement is like as per the attached screen shot when i select the option 'DRAFT DWTS' the sub column 'Deadweight Thirteen' should be hidden.