DataGrid
import { DataGrid } from "@o/pipeline/components/data-grid";
Usage
Examples
With Quick Actions
<DataGrid.Row label="Phone" action={<CopyAction value="number" />}>
{children}
</DataGrid.Row>
- Phone
- Domain
© 2025 Operate Machine, Co.
import { DataGrid } from "@o/pipeline/components/data-grid";
<DataGrid.Row label="Phone" action={<CopyAction value="number" />}>
{children}
</DataGrid.Row>