Table widget
Variables to customize Table widget
$gbc-TableWidget-margin-ratio
Margin ratio for Table widget (ratio applied to gbc-TableWidget-table-margin)
Type: number
Default value: $theme-margin-ratio
Computed value: 0.6
$gbc-TableWidget-font-size-ratio
Font size ratio for Table widget
Type: number
Default value: $theme-font-size-ratio
Computed value: 0.8
$gbc-TableWidget-padding
Padding for Table widget - to be clarified
Type: size
Default value: $gbc-TableWidget-margin-ratio* 10px
Computed value: 6px
$gbc-TableWidget-table-margin
Margin for Table widget
Type: size
Default value: $theme-table-margin
Computed value: 6px
$gbc-TableWidget-items-horizontalPadding
Padding for Table widget - to be clarified
Type: size
Default value: $gbc-TableWidget-margin-ratio* 7px
Computed value: 4.2px
$gbc-TableWidget-items-verticalPadding
Padding for Table widget - to be clarified
Type: size
Default value: $gbc-TableWidget-margin-ratio* 5px
Computed value: 3px
$gbc-TableWidget-border-color
Border color for Table widget
Type: color
Default value: $mt-field-border-color
Computed value: #e0e0e0
$gbc-TableWidget-focus-border-color
Border color for Table widget when focused
Type: color
Default value: $mt-field-focus-border-color
Computed value: #1976d2
$gbc-TableWidget-inner-border-color
Grid color for Table widget
Type: color
Default value: $theme-separator-color
Computed value: #e0e0e0
$gbc-TableWidget-field-background-color
Background color for fields in Table widget
Type: color
Default value: $theme-field-background-color
Computed value: #ffffff
$gbc-TableWidget-currentRow-background-color
Background color for fields in current row of Table widget
Type: color
Default value: $theme-currentrow-background-color
Computed value: #1976d2
$gbc-TableWidget-unfocused-currentRow-background-color
Background color for fields in current row of Table widget when unfocused
Type: color
Default value: $theme-primary-faded-background-color
Computed value: #bbdefb
$gbc-TableWidget-currentRow-color
Text color for fields in current row of Table widget
Type: color
Default value: $theme-currentrow-color
Computed value: white
$gbc-TableWidget-unfocused-currentRow-color
Text color for fields in current row of Table widget when unfocused
Type: color
Default value: $theme-secondary-color
Computed value: #212121
$gbc-TableWidget-even-row-background-color
Background color for fields in Table widget on even rows (when using 'alternate rows' flag)
Type: color
Default value: $theme-alternate-row-background-color
Computed value: whitesmoke
$gbc-TableWidget-odd-row-background-color
Background color for fields in Table widget on odd rows (when using 'alternate rows' flag)
Type: color
Default value: $theme-field-background-color
Computed value: #ffffff
$gbc-TableWidget-header-color
Background color for header in Table widget
Type: color
Default value: $theme-field-background-color
Computed value: #ffffff
$gbc-TableWidget-header-disabled-color
Background color for header in Table widget when disabled
Type: color
Default value: $theme-separator-color
Computed value: #e0e0e0
$gbc-TableWidget-hover-color
Background color for Table widget selection area (to be clarified)
Type: color
Default value: $theme-primary-faded-background-color
Computed value: #bbdefb
$gbc-TableWidget-mrs-border-color
Border color used to delimit MRS content in Table widget
Type: color
Default value: $theme-primary-faded-background-color
Computed value: #bbdefb
$gbc-TableWidget-treeview-collapsed-icon
Icon used when a treeview node is collapsed
Type: string
Default value: $chevron-right
Computed value: chevron-right
$gbc-TableWidget-treeview-expanded-icon
Icon used when a treeview node is expanded
Type: string
Default value: $chevron-down
Computed value: chevron-down
$gbc-TableWidget-treeview-leaf-icon
Icon used when a treeview node is a leaf
Type: string
Default value: $blank
Computed value: blank
$gbc-TableWidget-min-width
Minimal width of a table
Type: number
Default value: $60
Computed value: 60
Alias (for compatibility): $table-min-width,theme-table-min-width
$gbc-TableWidget-min-page-size
Minimal page size of a table
Type: number
Default value: $1
Computed value: 1
Alias (for compatibility): $table-min-pageSize,theme-table-min-page-size
$gbc-TableWidget-focused-cell-border-width
Border width of Table widget when focused
Type: size
Default value: $1px
Computed value: 1px
$gbc-TableWidget-rowBound-onEachRow
Flag to set rowbound indicator on each row. When unset, rowbound indicator is only on current row.
Type: boolean