|
|
@ -249,7 +249,7 @@ $(document).ready(function() {
|
|
|
|
cellDefs = getCellDefs(
|
|
|
|
cellDefs = getCellDefs(
|
|
|
|
$P.$find("upTheadTr").find("th").not(".dummy-th").not(":eq(0)"),
|
|
|
|
$P.$find("upTheadTr").find("th").not(".dummy-th").not(":eq(0)"),
|
|
|
|
$($P.find("row").content).find("td").not(".dummy-td").not(":eq(0)"),
|
|
|
|
$($P.find("row").content).find("td").not(".dummy-td").not(":eq(0)"),
|
|
|
|
getCellDefsForPrivacyCell
|
|
|
|
FimsSupport.getCellDefsForPrivacyCell
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
$P.ctrl.query.gridType = "up";
|
|
|
|
$P.ctrl.query.gridType = "up";
|
|
|
@ -262,7 +262,7 @@ $(document).ready(function() {
|
|
|
|
cellDefs = getCellDefs(
|
|
|
|
cellDefs = getCellDefs(
|
|
|
|
$P.$find("downTheadTr").find("th").not(".dummy-th").not(":eq(0)"),
|
|
|
|
$P.$find("downTheadTr").find("th").not(".dummy-th").not(":eq(0)"),
|
|
|
|
$($P.find("row").content).find("td").not(".dummy-td").not(":eq(0)"),
|
|
|
|
$($P.find("row").content).find("td").not(".dummy-td").not(":eq(0)"),
|
|
|
|
getCellDefsForPrivacyCell
|
|
|
|
FimsSupport.getCellDefsForPrivacyCell
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
$P.ctrl.query.gridType = "down";
|
|
|
|
$P.ctrl.query.gridType = "down";
|
|
|
|