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
We have been experiencing intermittent issues with our UI components that utilize the EUI Data Grid, most notably our alerts table. These components occasionally display only 1.5 rows and the grid height appears broken. The problem is inconsistent and we currently have no reliable way of reproducing it. Our proposed solution is to implement the EUI Data Grid's Custom Body Render function, which may address this issue across all components using EUI Data Grid.
Issue Details
The sporadic nature of this issue poses a significant challenge. During these instances, the grid's height seems to be miscalculated or incorrectly set, leading to the improper display of data and limiting user interaction. Given that the issue occurs in multiple components that use the EUI Data Grid, we suspect the root cause lies within the grid implementation itself. We propose integrating the EUI Data Grid's Custom Body Renderer as a potential solution. This feature provides control over cell rendering, which could aid in addressing the intermittent layout issues we are encountering.
Reproduction and Verification Challenge
Success will be determined over time; if the issue ceases to be reported, we will consider the solution effective.
The text was updated successfully, but these errors were encountered:
We have been experiencing intermittent issues with our UI components that utilize the EUI Data Grid, most notably our alerts table. These components occasionally display only 1.5 rows and the grid height appears broken. The problem is inconsistent and we currently have no reliable way of reproducing it. Our proposed solution is to implement the EUI Data Grid's Custom Body Render function, which may address this issue across all components using EUI Data Grid.
Issue Details
The sporadic nature of this issue poses a significant challenge. During these instances, the grid's height seems to be miscalculated or incorrectly set, leading to the improper display of data and limiting user interaction. Given that the issue occurs in multiple components that use the EUI Data Grid, we suspect the root cause lies within the grid implementation itself. We propose integrating the EUI Data Grid's Custom Body Renderer as a potential solution. This feature provides control over cell rendering, which could aid in addressing the intermittent layout issues we are encountering.
Reproduction and Verification Challenge
Success will be determined over time; if the issue ceases to be reported, we will consider the solution effective.
The text was updated successfully, but these errors were encountered: