+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "TableCellDisplayMode" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++ ## TableCellDisplayMode enum ### TableCellDisplayMode enum Signature ```typescript export declare enum TableCellDisplayMode ``` Import ```typescript import { TableCellDisplayMode } from '@grafana/ui'; ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | Auto | "auto" | | | ColorBackground | "color-background" | | | ColorText | "color-text" | | | GradientGauge | "gradient-gauge" | | | JSONView | "json-view" | | | LcdGauge | "lcd-gauge" | |