amaannawab923 commented on code in PR #35453:
URL: https://github.com/apache/superset/pull/35453#discussion_r2399462542
##########
superset-frontend/plugins/plugin-chart-ag-grid-table/src/AgGridTable/index.tsx:
##########
@@ -131,10 +131,7 @@ const AgGridDataTable: FunctionComponent<AgGridTableProps>
= memo(
const defaultColDef = useMemo<ColDef>(
() => ({
- flex: 1,
Review Comment:
Thanks for pointing this out , The Flex 1 , seems to be conflicting with
sizeColumnsToFit again causing the table to render blank but we need
sizeColumnsToFit , so sizeColumnsToFit takes care of this now and we dont
need flex 1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]