Skip to content

Conversation

@jaycodev
Copy link

@jaycodev jaycodev commented Oct 10, 2025

Description

This PR updates the text filter in the DataTableToolbarFilter component to use the newly added Input Group component from shadcn/ui.
This allows adding a Search icon inside the input field, providing a clearer visual cue and improved UX for users when filtering text columns.

Changes

  • Replaced the plain <Input /> with the new <InputGroup> component for text-type filters.
  • Added the Search icon (lucide-react) inside the input field.
  • No functional logic changes — this is purely a visual/UI enhancement.

Preview

Before After

Additional Notes

This change leverages the new InputGroup component recently introduced in shadcn/ui, allowing better composability and consistent styling across input-based elements.

@vercel
Copy link

vercel bot commented Oct 10, 2025

@jaycodev is attempting to deploy a commit to the tablecn Team on Vercel.

A member of the Team first needs to authorize it.

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