Skip to content

Conversation

benjamincanac
Copy link
Member

@benjamincanac benjamincanac commented Oct 6, 2025

πŸ”— Linked issue

Resolves #2336, resolves #2441

❓ 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

This PR adds a virtualize prop to the CommandPalette, InputMenu, SelectMenu, Tree and Table components to enable virtualization for large lists.

There are some caveats:

πŸ“ Checklist

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

@github-actions github-actions bot added the v4 #4488 label Oct 6, 2025
Copy link

pkg-pr-new bot commented Oct 6, 2025

npm i https://pkg.pr.new/@nuxt/ui@5162

commit: 481ee17

@benjamincanac benjamincanac changed the title feat(InputMenu/SelectMenu): add virtualize prop feat(CommandPalette/InputMenu/SelectMenu): add virtualize prop Oct 6, 2025
@benjamincanac benjamincanac changed the title feat(CommandPalette/InputMenu/SelectMenu): add virtualize prop feat(CommandPalette/InputMenu/SelectMenu/Tree): add virtualize prop Oct 6, 2025
@benjamincanac benjamincanac changed the title feat(CommandPalette/InputMenu/SelectMenu/Tree): add virtualize prop feat(components): implement virtualization Oct 7, 2025
@benjamincanac benjamincanac merged commit c744d6f into v4 Oct 8, 2025
15 checks passed
@benjamincanac benjamincanac deleted the pr/2336 branch October 8, 2025 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v4 #4488
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Table] Implement more TanStack Table features [CommandPalette/InputMenu/SelectMenu] Enable virtualization
1 participant