kgabryje commented on code in PR #35453:
URL: https://github.com/apache/superset/pull/35453#discussion_r2399397753


##########
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:
   does it work better without flex: 1? does it resize nicely when you resize 
the container?



-- 
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]

Reply via email to