-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Dev] Data Table Implementation (Overflow menu) #15480
Comments
Thank you for submitting a feature request. Your proposal is open and will soon be triaged by the Carbon team. |
@Kritvi-bhatia This can currently be done with the I think we can close this issue unless we want to mandate this change to always be visible. If we want it to be a configurable option like it already is, I think we can close this one. |
After discussing further, the determination is this will just be changing We think this does not constitute a breaking change because:
|
HI @tay1orjones, can you please help me understand what is this "persistent" boolean is for? |
Hey @Kritvi-bhatia17 Example: https://react.carbondesignsystem.com/?path=/story/components-datatable-toolbar--persistent-toolbar |
hi @guidari , Can i work on this? |
Sure @mranjana I'll assign you! |
"By default, the overflow menu icons are persistent on each row. Having the overflow menus always visible signals to the user actions can be taken on the table rows. Alternatively, a product team may use the overflowMenuOnHover prop to only show the overflow menu on hover and focus to reduce the visual clutter of an overflow menu on every row"
Source
TO BE UPDATED : In the storybook, by default state should be the menu icons are persistent on each row.
Currently, we can add this under feature flag.
CURRENT STATE : Currently, we're having the over flow menu hover state as by default.
References:
The text was updated successfully, but these errors were encountered: