|
|
@ -407,8 +407,10 @@ $(document).ready(function(){
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var cellDefs = AppSupport.getCellDefs($P.$findn("crdnThead").find("th").not(".dummy-th").not(":eq(0)").not(":eq(0)"),
|
|
|
|
var cellDefs = AppSupport.getCellDefs(
|
|
|
|
$($P.findn("crdnRow").content).find("td").not(".dummy-td").not(":eq(0)").not(":eq(0)"));
|
|
|
|
$P.$findn("crdnThead").find("th").not(".dummy-th").not(":eq(0)").not(":eq(0)"),
|
|
|
|
|
|
|
|
$($P.findn("crdnRow").content).find("td").not(".dummy-td").not(":eq(0)").not(":eq(0)")
|
|
|
|
|
|
|
|
);
|
|
|
|
ctrl.query.cellDefs = cellDefs;
|
|
|
|
ctrl.query.cellDefs = cellDefs;
|
|
|
|
|
|
|
|
|
|
|
|
if(forApproval){
|
|
|
|
if(forApproval){
|
|
|
|