Skip to content
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

feat(Table): add contextmenu handling to table rows #2283

Merged
merged 6 commits into from
Nov 6, 2024

Conversation

nfpocket
Copy link

πŸ”— Linked issue

Resolves #1799

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Added a contextmenu listener to the UTable component that allows the user to add custom functionality to the Table rows.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

Copy link
Collaborator

@rdjanuar rdjanuar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nfpocket 😊

src/runtime/components/data/Table.vue Outdated Show resolved Hide resolved
@rdjanuar
Copy link
Collaborator

rdjanuar commented Nov 6, 2024

Thanks @nfpocket

@benjamincanac benjamincanac changed the title feat(Table): Add contextmenu handling to table rows feat(Table): add contextmenu handling to table rows Nov 6, 2024
@benjamincanac benjamincanac merged commit c9e6256 into nuxt:dev Nov 6, 2024
2 checks passed
@benjamincanac
Copy link
Member

Thanks! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is it possible to use contextMenu on a Table?
3 participants