[Security Solution] Fix height issue#114718
Conversation
|
I haven't pulled down to QA, but this workaround looks sensible to me until elastic/eui#5030 is addressed of course 🤞 I definitely don't have @chandlerprall's in-depth of knowledge of EuiDataGrid, so if you'd prefer, feel free to wait until he gets back on Monday - but as a heads up it's unlikely we'll be able to prioritize/address 5030 before 7.16 FF, so if this works, I'd say go ahead with it! |
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
|
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
|
@elasticmachine merge upstream |
|
@chandlerprall - Do you think we would be able to prioritize the fix of this bug from the EUI side so that we can remove this code before 8.0 release? |
Yes, we should be able to land a fix for this before 8.0 FF |
|
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
kqualters-elastic
left a comment
There was a problem hiding this comment.
desk tested locally, height was correct for all settings i tried, and was unable to produce the 0 height issue. lgtm 🚀 👍
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Summary
This issue solves the height problem that is seen when viewing a table with few alerts and the table not adjusting the height to actually show the data. (Usually happens when only 1 - 4ish rows are visible).
We can remove all of this code with this issue being resolved: elastic/eui#5030