From 80613244d552d6fe5d224f6366a3a140e861d0e2 Mon Sep 17 00:00:00 2001 From: basssy Date: Tue, 25 Feb 2025 14:20:09 +0900 Subject: [PATCH] =?UTF-8?q?Ag=20Grid=20deprecated=20=EC=A4=80=EB=B9=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../management/popup/FindAddressPop.jsx | 6 ++-- .../management/popup/PlanRequestPop.jsx | 28 ++++--------------- .../management/popup/PlanRequestPopQGrid.jsx | 3 +- 3 files changed, 12 insertions(+), 25 deletions(-) diff --git a/src/components/management/popup/FindAddressPop.jsx b/src/components/management/popup/FindAddressPop.jsx index 5ed7999b..a2ba5562 100644 --- a/src/components/management/popup/FindAddressPop.jsx +++ b/src/components/management/popup/FindAddressPop.jsx @@ -32,8 +32,6 @@ export default function FindAddressPop(props) { field: 'address1', headerName: getMessage('stuff.addressPopup.gridHeader.address1'), minWidth: 150, - checkboxSelection: true, - showDisabledCheckboxes: true, }, { field: 'address2', @@ -46,6 +44,10 @@ export default function FindAddressPop(props) { minWidth: 150, }, ], + rowSelection: { + checkboxes: true, + hideDisabledCheckboxes: true, + }, }) //검색필드 diff --git a/src/components/management/popup/PlanRequestPop.jsx b/src/components/management/popup/PlanRequestPop.jsx index 0e37c7be..02a2b52b 100644 --- a/src/components/management/popup/PlanRequestPop.jsx +++ b/src/components/management/popup/PlanRequestPop.jsx @@ -162,9 +162,7 @@ export default function PlanRequestPop(props) { { field: '', headerName: '', - minWidth: 50, - checkboxSelection: true, - showDisabledCheckboxes: true, + minWidth: 10, }, { field: 'planReqNo', @@ -203,6 +201,11 @@ export default function PlanRequestPop(props) { minWidth: 150, }, ], + rowSelection: { + checkboxes: true, + hideDisabledCheckboxes: true, + type: 'single', + }, }) //설계의뢰 그리드에서 선택한 설계의뢰 정보 @@ -371,25 +374,6 @@ export default function PlanRequestPop(props) { /> - {/* {getMessage('stuff.planReqPopup.search.planStatName')} - -
-