Pro Components
Base Components
Field Map 1
User table with row selection and merge dialog to combine duplicate records by choosing field values per source into a unified entry.
Example
| Name | Company | Role | ||
|---|---|---|---|---|
A Acme Inc | UX Designer | olivia.brooks@acme.com | ||
| Backend Engineer | ||||
MMaya Torres | Creative Director | maya@pixelworks.io | ||
S Streamline | ||||
C CloudNest | Product Manager | |||
EEmma | V Vendora | Frontend Developer | emma.wright@vendora.com |
Introduction
Field Map 1 is a duplicate-record merge flow:- Table: Users with avatars, name, company, role, email, and row checkboxes. Select two or more rows to enable the Merge button.
- Merge dialog: Selected records shown as source cards; for each field (name, company, role, email) choose which record’s value to keep via radio buttons. A merged preview updates as you select.
Usage
import { FieldMerging1 } from "@/components/ui/field-merging-1";
<FieldMerging1 />