Show multiple actions in a compact table

Use icon buttons to provide multiple row actions in tables where space is limited, keeping the interface compact while maintaining accessibility through aria labels.

When to use

Use this pattern when:

  • Tables need multiple actions per row
  • Horizontal space is limited
  • Workers are familiar with icon meanings
  • Actions are common (edit, flag, send, etc.)

Considerations

  • Always include aria-label for accessibility
  • Use small size icon buttons for compact tables
  • Group related actions with GoabBlock
  • Ensure icons are universally understood
View old example docs