You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed text and numeric editor marginThreshold set to 0 Renamed fixedColumnWidths onto columnWidths Created a new logger Renamed createFixedWidthMapping.ts into createColumnWidthsMapping.ts Added white text on the logger to make the context more visible Added a check on logger to check object or array and print directly eb85a8b
GridContainer renamed headers to columns prop name Removed getTotalColumnWidth function a80f89f
Updated storybook example of Last Fixed createFixedWidthMapping.ts to avoid clamping the totalSize when we are in stretch mode none 471a8cc
Removed scrollSize from createFixedWidthMapping.ts Removed the getColumnWidth callback from getColumnWidthHelper and fetch only from the mapping Added useCallback for getColumnWidth and fixed its typings 479593e
Refacoted the fallback in createFixedWidthMapping.ts when the totalSize overflows the maximum available to reduce a ratio in the column mapping and not use scrollSize for fixedTotal because containerWidth already has 5ca14e6
Refacoted createFixedWidthMapping.ts and fixed the dynamic column calculation bcfee2b
Removed ColumnSizer and calculate on createFixedWidthMapping.ts Installed memoize-one and dequal to memoize calculation of the fixed widths Removed dynamicCount from useHeaders and Grid container Removed registerFn from GridWrapper and GridContainer 0036a3d