I have two grids which are in sync using alignedGrids property. I gave first two columns as flex:0 with minWidth and remaining n columns as flex:1 weith minWidth as 140.
When I resize the browser to small and back to large, first grid aligns fine but 2nd grid not aligning as expected, its stuck at minWidth at 140 and not flexing back to full width.
I'm looking for a solution in React