From b1c29ba22f2f7f16f7a9baa1d6a05ad0588a6154 Mon Sep 17 00:00:00 2001 From: sanguu516 Date: Tue, 7 May 2024 18:30:33 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EC=9D=B4=EB=B8=94=20=EB=B6=84?= =?UTF-8?q?=EA=B8=B0=20=EC=9E=AC=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/crud/grid/GridDatatable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/crud/grid/GridDatatable.js b/src/components/crud/grid/GridDatatable.js index fd350bfa..69363483 100644 --- a/src/components/crud/grid/GridDatatable.js +++ b/src/components/crud/grid/GridDatatable.js @@ -54,7 +54,7 @@ export const GridDatabase = props => { ? { onSelectedRowsChange: props.onSelectedRowsChange } : {})} conditionalRowStyles={props.conditionalRowStyles} - expandableRows + expandableRows={props.FlightInfoComponent ? true : false} expandableRowsComponent={props.FlightInfoComponent} />