You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`align`| string |**Yes**|| TODO -- should not be table specific!<br/>TODO docs<br/>Possible values are: `auto`, `left`, `right`, `center`. |
31
-
|`cellOptions`|[TableCellOptions](#tablecelloptions)|**Yes**|| Table cell options. Each cell has a display mode<br/>and other potential options for that display. |
32
-
|`inspect`| boolean |**Yes**|`false`||
33
-
|`displayMode`| string | No || Internally, this is the "type" of cell that's being displayed<br/>in the table such as colored text, JSON, gauge, etc.<br/>The color-background-solid, gradient-gauge, and lcd-gauge<br/>modes are deprecated in favor of new cell subOptions<br/>Possible values are: `auto`, `color-text`, `color-background`, `color-background-solid`, `gradient-gauge`, `lcd-gauge`, `json-view`, `basic`, `image`, `gauge`, `sparkline`, `custom`. |
34
-
|`filterable`| boolean | No |||
35
-
|`hidden`| boolean | No |||
36
-
|`hideHeader`| boolean | No || Hides any header for a column, useful for columns that show some static content or buttons. |
|`align`| string |**Yes**|| TODO -- should not be table specific!<br/>TODO docs<br/>Possible values are: `auto`, `left`, `right`, `center`. |
31
+
|`cellOptions`|[TableCellOptions](#tablecelloptions)|**Yes**|| Table cell options. Each cell has a display mode<br/>and other potential options for that display. |
32
+
|`inspect`| boolean |**Yes**|`false`||
33
+
|`displayMode`| string | No || Internally, this is the "type" of cell that's being displayed<br/>in the table such as colored text, JSON, gauge, etc.<br/>The color-background-solid, gradient-gauge, and lcd-gauge<br/>modes are deprecated in favor of new cell subOptions<br/>Possible values are: `auto`, `color-text`, `color-background`, `color-background-solid`, `gradient-gauge`, `lcd-gauge`, `json-view`, `basic`, `image`, `gauge`, `sparkline`, `data-links`, `custom`. |
34
+
|`filterable`| boolean | No |||
35
+
|`hidden`| boolean | No |||
36
+
|`hideHeader`| boolean | No || Hides any header for a column, useful for columns that show some static content or buttons. |
|`mode`| string | No || Display mode to the "Colored Background" display<br/>mode for table cells. Either displays a solid color (basic mode)<br/>or a gradient.<br/>Possible values are: `basic`, `gradient`. |
0 commit comments