-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Milestone
Description
Clean up some things in the Grid components
- Create
allRowHeights
andallRowYs
maps #316 - Remove context from
GridMetricState
- doesn't need to be included, can include the font width map in the state - Remove static
GridRenderer
values and move toGridTheme
(DEFAULT_FONT_WIDTH
,DEFAULT_EDGE_RADIUS
,ACTIVE_CELL_BORDER_WIDTH
) - Grid with moved columns copies in incorrect order #597
- Grow selection on drag behaviour is inconsistent #572
- Vertical scroll bar can be drawn without handle #561
- Quick filter shortcut with frozen columns focuses frozen column and scrolls to front #555
- Collapsed quick filter bar display issues #554
- Table horizontal scroll is inconsistent #540
- Moving a wide column causes problems in Grid #437
- Resizing columns hidden by layout hints snaps incorrectly #526
- Rename groupedColumns used in rollups/tree tables #558
- Grid isStuckToBottom prop doesn't work correctly on mount if rowCount doesn't increase #581