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
In table component provide a way to differentiate between main and secondary global actions. main actions are rendered with a Button, while secondary actions are rendered with an IconButton.
A good way to do this without asking the user to provide specific detail is silently picking the first global action as main, unless differently inputed by the user.
The text was updated successfully, but these errors were encountered:
luciob
changed the title
Distinguish between main and secondary global actions
Handle main and secondary Table global actions
Apr 27, 2020
In table component provide a way to differentiate between main and secondary global actions.
main
actions are rendered with aButton
, whilesecondary
actions are rendered with anIconButton
.A good way to do this without asking the user to provide specific detail is silently picking the first global action as
main
, unless differently inputed by the user.The text was updated successfully, but these errors were encountered: