Cee Chen
Cee Chen
Related: https://github.com/elastic/kibana/issues/133739
@miukimiu any thoughts or recommendations on how we could potentially move or redesign the cell actions hover/UX for the scenarios in this issue as well as in https://github.com/elastic/kibana/issues/133739? Is displaying...
https://github.com/elastic/kibana/issues/99312 has a worse example of this. Just brainstorming, but it sounds like data grid needs to check when the cell is too small for the cell actions to display...
> a minimum width of that cell That's tricky, if the cell contains legitimately very long content that the user wants to hide, we'd essentially not be allowing users to...
@snide @chandlerprall is this actually a bug? This appears to be a conscious design decision per our code comments. https://github.com/elastic/eui/blob/dff7a774b7065119838a3791ae77c9536f2ccf4c/src/components/datagrid/utils/data_grid_pagination.tsx#L48-L55
> But the way it currently works is that once users change the row height, the "Reset to default" link is displayed, and clicking on it makes it disappear. Is...
I won't lie, the timing on that auto fit reveal absolutely slayed me
Hey Matthias! Sorry, I didn't mean to let this drop to the floor or get distracted by your hilarious cat. I see now that you're storing display selector state in...
Super sorry, maybe I'm just not familiar with Discover's end-use of data grid here but I'm not clear what specifically you're proposing with the "IA/Product" paragraph. Are you saying that...
> The grid would then compare the provided styles with the active, user-merged styles, and only show the reset button if they continue to differ. If we really think this...