mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Discover] Make Copy action visible on cell hover (#204744)
- Closes https://github.com/elastic/kibana/issues/203550 ## Summary This PR increases the default visible actions number from 2 to 3 so Copy action is also included now on cell hover. Before: <img width="455" alt="Screenshot 2024-12-18 at 13 29 11" src="https://github.com/user-attachments/assets/420809f4-1ed3-468a-bf23-326e91c5283d" /> After: <img width="451" alt="Screenshot 2024-12-18 at 13 28 57" src="https://github.com/user-attachments/assets/59c55abb-5228-44c4-9d00-801975b50563" />
This commit is contained in:
parent
76e22f7cbd
commit
ba35b4ebb0
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ export const DiscoverGrid: React.FC<DiscoverGridProps> = ({
|
|||
renderCustomToolbar={renderCustomToolbar}
|
||||
getRowIndicator={getRowIndicator}
|
||||
rowAdditionalLeadingControls={rowAdditionalLeadingControls}
|
||||
visibleCellActions={3} // this allows to show up to 3 actions on cell hover if available (filter in, filter out, and copy)
|
||||
{...props}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue