Class JsLayoutHints.ColumnGroup

java.lang.Object
io.deephaven.web.client.api.JsLayoutHints.ColumnGroup
Enclosing class:
JsLayoutHints

@TsInterface @JsType(namespace="dh") public static class JsLayoutHints.ColumnGroup extends Object
Describes a column group to use when rendering a table.
  • Field Details

    • name

      public final @JsNullable String name
      The group name.
    • children

      public final @JsNullable String[] children
      The column names contained by this group.
    • color

      public final @JsNullable String color
      The group color.
  • Constructor Details

    • ColumnGroup

      @JsIgnore public ColumnGroup(String groupStr)