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