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): support multiple/single selection #2066

Closed
wants to merge 3 commits into from
Closed

Conversation

vanngoh
Copy link

@vanngoh vanngoh commented Aug 20, 2024

πŸ”— Linked issue

#2065

❓ 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

Add a new props called multiple to UTable which can support multiple selection or single selection.
By default the value is true to minimize the affect of existing users.

πŸ“ Checklist

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

@vanngoh vanngoh changed the title feat(Table): support opt out multiple selection feat(Table): support multiple/single selection Aug 20, 2024
@vanngoh
Copy link
Author

vanngoh commented Aug 21, 2024

Sorry, I found single selection can be handled in the @select handler.
So I think the remaining issue is #2064, will submit another PR to fix that soon. πŸ™

@vanngoh vanngoh closed this Aug 21, 2024
@vanngoh
Copy link
Author

vanngoh commented Aug 21, 2024

Submitted a new PR in #2072.

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.

1 participant