Column interface
Signature
export interface Column
Import
import { Column } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
custom | Record<string, any> | |
filterable | boolean | |
text | string | |
unit | string |
custom property
Signature
custom?: Record<string, any>;
filterable property
Signature
filterable?: boolean;
text property
Signature
text: string;
unit property
Signature
unit?: string;