Browse Source

테이블 분기 재처리

master
sanguu516 5 months ago
parent
commit
b1c29ba22f
  1. 2
      src/components/crud/grid/GridDatatable.js

2
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}
/>
</div>

Loading…
Cancel
Save