| Property | Type | Description |
|---|---|---|
| hiddenOnMobile | boolean | Hide this column in mobile card view |
| mobileLabel | string | Custom label for mobile (defaults to header) |
| priority | number | Display order in cards (lower = first, default: 100) |
| alwaysVisible | boolean | Highlight with bold text in card view |
Example Usage:
{
accessorKey: "status",
header: "Status",
meta: {
mobileLabel: "Payment Status",
priority: 1,
alwaysVisible: true
} as DataTableColumnMeta,
}