-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EuiDataGrid] Various row height fixes #8025
Commits on Sep 17, 2024
-
[storybook] Update default EuiDataGrid args to more closely mimic pro…
…duction usages - including complex children such as checkboxes & badges
Configuration menu - View commit details
-
Copy full SHA for e63fb84 - Browse repository at this point
Copy the full SHA e63fb84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad3ee5 - Browse repository at this point
Copy the full SHA 5ad3ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41d4f77 - Browse repository at this point
Copy the full SHA 41d4f77View commit details -
[cleanup] Remove now-unnecessary EuiDataGridHeaderCells button unset
- content is no longer inside a button, so text align is no longer needed and makes CSS overrides a little easier
Configuration menu - View commit details
-
Copy full SHA for 12964b2 - Browse repository at this point
Copy the full SHA 12964b2View commit details -
[7897] Fix control column/checkbox vertical alignment when going from…
… single to multi row lines
Configuration menu - View commit details
-
Copy full SHA for 735c537 - Browse repository at this point
Copy the full SHA 735c537View commit details -
[storybook] fix custom row heights story + crashes
- we're only rendering 5 rows so index 5 wasn't doing anything / applying to any row. this also clearly reveals a bug with lineCount: 2 - `onChange` needs to be reset to undefined because of `enableFunctionToggleControls`+`controls.include`
Configuration menu - View commit details
-
Copy full SHA for 12dec35 - Browse repository at this point
Copy the full SHA 12dec35View commit details -
Fix bug with custom row heights lineCount
😭 not sure what past-me 3 years ago was smoking, but the `excludePadding` prop is no longer needed
Configuration menu - View commit details
-
Copy full SHA for a08b0f9 - Browse repository at this point
Copy the full SHA a08b0f9View commit details -
[7811] Fix row heights not changing on
gridStyle
or `rowHeightsOpti……ons.lineHeight` change - requires waterfalling `gridStyles` down to EuiDataGridCell
Configuration menu - View commit details
-
Copy full SHA for 0b9ef8a - Browse repository at this point
Copy the full SHA 0b9ef8aView commit details -
Fix stale
cellPadding
updates/calculations- remove the cached styles and just use `window.getComputedStyles` - which causes a reflow, but since we need it for lineHeight in any case we might as well keep using it 🤷
Configuration menu - View commit details
-
Copy full SHA for fdde820 - Browse repository at this point
Copy the full SHA fdde820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ccf3a1 - Browse repository at this point
Copy the full SHA 4ccf3a1View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f35ef5 - Browse repository at this point
Copy the full SHA 1f35ef5View commit details