kendo-table-default-size | "md" | "md" | Default: "md"Computed: "md" |
| Description: The default size of the Table.
|
kendo-table-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The width of the table border.
|
kendo-table-cell-vertical-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The width of vertical border of table cells.
|
kendo-table-cell-horizontal-border-width | 0px | 0px | Default: 0pxComputed: 0px |
| Description: The width of horizontal border of table cells.
|
kendo-table-font-size | null | null | Default: nullComputed: null |
| Description: The font size of the table if no size is specified.
|
kendo-table-line-height | null | null | Default: nullComputed: null |
| Description: The line-height of the table if no size is specified.
|
kendo-table-sm-cell-padding-x | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: The horizontal padding of the Table cell.
|
kendo-table-sm-cell-padding-y | k-spacing(1) | var(--kendo-spacing-1) | Default: k-spacing(1)Computed: var(--kendo-spacing-1) |
| Description: The vertical padding of the Table cell.
|
kendo-table-md-cell-padding-x | k-spacing(3) | var(--kendo-spacing-3) | Default: k-spacing(3)Computed: var(--kendo-spacing-3) |
| Description: The horizontal padding of the Table cell.
|
kendo-table-md-cell-padding-y | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: The vertical padding of the Table cell.
|
kendo-table-lg-cell-padding-x | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: The horizontal padding of the Table cell.
|
kendo-table-lg-cell-padding-y | k-spacing(2.5) | var(--kendo-spacing-2\.5) | Default: k-spacing(2.5)Computed: var(--kendo-spacing-2\.5) |
| Description: The vertical padding of the Table cell.
|
kendo-table-sm-font-size | var(--kendo-font-size) | var(--kendo-font-size) | Default: var(--kendo-font-size)Computed: var(--kendo-font-size) |
| Description: The font size of the Table for small size.
|
kendo-table-sm-line-height | var(--kendo-line-height) | var(--kendo-line-height) | Default: var(--kendo-line-height)Computed: var(--kendo-line-height) |
| Description: The line height of the Table for small size.
|
kendo-table-md-font-size | var(--kendo-font-size) | var(--kendo-font-size) | Default: var(--kendo-font-size)Computed: var(--kendo-font-size) |
| Description: The font size of the Table for medium size.
|
kendo-table-md-line-height | var(--kendo-line-height) | var(--kendo-line-height) | Default: var(--kendo-line-height)Computed: var(--kendo-line-height) |
| Description: The line height of the Table for medium size.
|
kendo-table-lg-font-size | var(--kendo-font-size) | var(--kendo-font-size) | Default: var(--kendo-font-size)Computed: var(--kendo-font-size) |
| Description: The font size of the Table for large size.
|
kendo-table-lg-line-height | var(--kendo-line-height) | var(--kendo-line-height) | Default: var(--kendo-line-height)Computed: var(--kendo-line-height) |
| Description: The line height of the Table for large size.
|
kendo-table-bg | k-color(surface-alt) | var(--kendo-color-surface-alt) | Default: k-color(surface-alt)Computed: var(--kendo-color-surface-alt) |
| Description: Background color of tables.
|
kendo-table-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface) |
| Description: Text color of tables.
|
kendo-table-border | k-color(border) | var(--kendo-color-border) | Default: k-color(border)Computed: var(--kendo-color-border) |
| Description: Border color of tables.
|
kendo-table-header-bg | k-color(surface) | var(--kendo-color-surface) | Default: k-color(surface)Computed: var(--kendo-color-surface) |
| Description: Background color of table headers.
|
kendo-table-header-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface) |
| Description: Text color of table headers.
|
kendo-table-header-border | k-color(border) | var(--kendo-color-border) | Default: k-color(border)Computed: var(--kendo-color-border) |
| Description: Border color of table headers.
|
kendo-table-header-gradient | null | null | Default: nullComputed: null |
| Description: Gradient of table headers.
|
kendo-table-footer-bg | $kendo-table-header-bg | var(--kendo-color-surface) | Default: $kendo-table-header-bgComputed: var(--kendo-color-surface) |
| Description: Background color of table footers.
|
kendo-table-footer-text | $kendo-table-header-text | var(--kendo-color-on-app-surface) | Default: $kendo-table-header-textComputed: var(--kendo-color-on-app-surface) |
| Description: Text color of table footers.
|
kendo-table-footer-border | $kendo-table-header-border | var(--kendo-color-border) | Default: $kendo-table-header-borderComputed: var(--kendo-color-border) |
| Description: Border color of table footers.
|
kendo-table-group-row-bg | $kendo-table-header-bg | var(--kendo-color-surface) | Default: $kendo-table-header-bgComputed: var(--kendo-color-surface) |
| Description: Background color of group rows in table.
|
kendo-table-group-row-text | $kendo-table-header-text | var(--kendo-color-on-app-surface) | Default: $kendo-table-header-textComputed: var(--kendo-color-on-app-surface) |
| Description: Text color of group rows in table.
|
kendo-table-group-row-border | $kendo-table-header-border | var(--kendo-color-border) | Default: $kendo-table-header-borderComputed: var(--kendo-color-border) |
| Description: Border color of group rows in table.
|
kendo-table-alt-row-bg | color-mix(in srgb, k-color(on-app-surface) 5%, transparent) | color-mix(in srgb, var(--kendo-color-on-app-surface) 5%, transparent) | Default: color-mix(in srgb, k-color(on-app-surface) 5%, transparent)Computed: color-mix(in srgb, var(--kendo-color-on-app-surface) 5%, transparent) |
| Description: Background color of alternating rows in table.
|
kendo-table-alt-row-text | null | null | Default: nullComputed: null |
| Description: Text color of alternating rows in table.
|
kendo-table-alt-row-border | null | null | Default: nullComputed: null |
| Description: Border color of alternating rows in table.
|
kendo-table-hover-bg | color-mix(in srgb, k-color(on-app-surface) 11%, transparent) | color-mix(in srgb, var(--kendo-color-on-app-surface) 11%, transparent) | Default: color-mix(in srgb, k-color(on-app-surface) 11%, transparent)Computed: color-mix(in srgb, var(--kendo-color-on-app-surface) 11%, transparent) |
| Description: Background color of hovered rows in table.
|
kendo-table-hover-text | null | null | Default: nullComputed: null |
| Description: Text color of hovered rows in table.
|
kendo-table-hover-border | null | null | Default: nullComputed: null |
| Description: Border color of hovered rows in table.
|
kendo-table-focus-bg | null | null | Default: nullComputed: null |
| Description: Background color of focused rows in table.
|
kendo-table-focus-text | null | null | Default: nullComputed: null |
| Description: Text color of focused rows in table.
|
kendo-table-focus-border | null | null | Default: nullComputed: null |
| Description: Border color of focused rows in table.
|
kendo-table-focus-shadow | $kendo-list-item-focus-shadow | (inset 0 0 0 2px var(--kendo-color-border-alt)) | Default: $kendo-list-item-focus-shadowComputed: (inset 0 0 0 2px var(--kendo-color-border-alt)) |
| Description: Box shadow of focused rows in table.
|
kendo-table-selected-bg | color-mix(in srgb, k-color(primary) 25%, transparent) | color-mix(in srgb, var(--kendo-color-primary) 25%, transparent) | Default: color-mix(in srgb, k-color(primary) 25%, transparent)Computed: color-mix(in srgb, var(--kendo-color-primary) 25%, transparent) |
| Description: Background color of selected rows in table.
|
kendo-table-selected-text | null | null | Default: nullComputed: null |
| Description: Text color of selected rows in table.
|
kendo-table-selected-border | null | null | Default: nullComputed: null |
| Description: Border color of selected rows in table.
|
kendo-table-highlighted-bg | color-mix(in srgb, k-color(warning) 25%, transparent) | color-mix(in srgb, var(--kendo-color-warning) 25%, transparent) | Default: color-mix(in srgb, k-color(warning) 25%, transparent)Computed: color-mix(in srgb, var(--kendo-color-warning) 25%, transparent) |
| Description: Background color of highlighted rows in table.
|
kendo-table-highlighted-font-weight | var(--kendo-font-weight-bold) | var(--kendo-font-weight-bold) | Default: var(--kendo-font-weight-bold)Computed: var(--kendo-font-weight-bold) |
| Description: The font weight of highlighted rows in table.
|
kendo-table-selected-highlighted-bg | color-mix(in srgb, color-mix(in srgb, k-color(primary), k-color(warning)) 42%, transparent) | color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary), var(--kendo-color-warning)) 42%, transparent) | Default: color-mix(in srgb, color-mix(in srgb, k-color(primary), k-color(warning)) 42%, transparent)Computed: color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary), var(--kendo-color-warning)) 42%, transparent) |
| Description: Background color of selected highlighted rows in table.
|
kendo-table-cell-row-span-shadow | inset 0 0 0 1px $kendo-table-border | (inset 0 0 0 1px var(--kendo-color-border)) | Default: inset 0 0 0 1px $kendo-table-borderComputed: (inset 0 0 0 1px var(--kendo-color-border)) |
| Description: The box shadow of the row spanned cells.
|
kendo-table-sizes | | sm: | "font-size":"var(--kendo-font-size)","line-height":"var(--kendo-line-height)","cell-padding-x":"var(--kendo-spacing-2)","cell-padding-y":"var(--kendo-spacing-1)" | | md: | "font-size":"var(--kendo-font-size)","line-height":"var(--kendo-line-height)","cell-padding-x":"var(--kendo-spacing-3)","cell-padding-y":"var(--kendo-spacing-2)" | | lg: | "font-size":"var(--kendo-font-size)","line-height":"var(--kendo-line-height)","cell-padding-x":"var(--kendo-spacing-2)","cell-padding-y":"var(--kendo-spacing-2\\.5)" |
| Computed: (sm: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), cell-padding-x: var(--kendo-spacing-2), cell-padding-y: var(--kendo-spacing-1)), md: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), cell-padding-x: var(--kendo-spacing-3), cell-padding-y: var(--kendo-spacing-2)), lg: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), cell-padding-x: var(--kendo-spacing-2), cell-padding-y: var(--kendo-spacing-2\.5))) |
| Description: The sizes map of the Table.
|