Skip to content

TableCellOptions🔗

Table cell options. Each cell has a display mode

and other potential options for that display.

Definition🔗

public class TableCellOptions {
  public TableAutoCellOptions tableAutoCellOptions;
  public TableSparklineCellOptions tableSparklineCellOptions;
  public TableBarGaugeCellOptions tableBarGaugeCellOptions;
  public TableColoredBackgroundCellOptions tableColoredBackgroundCellOptions;
  public TableColorTextCellOptions tableColorTextCellOptions;
  public TableImageCellOptions tableImageCellOptions;
  public TableJsonViewCellOptions tableJsonViewCellOptions;
}