bgColTotal? | string | Column total cells background |
bgGrandTotal? | string | Grand total cell background (supports gradients) |
bgHeader? | string | Header background (supports gradients) |
bgHover? | string | Hover state background |
bgPrimary? | string | Primary background color |
bgRowTotal? | string | Row total cells background |
bgSecondary? | string | Secondary background color (for alternating rows) |
borderHeader? | string | Header border color |
borderLight? | string | Light border color (for cell separators) |
borderMain? | string | Main border color |
borderRadius? | string | Border radius (default: "12px") |
borderTotal? | string | Total cells border color |
borderTotalLight? | string | Light total cells border color |
fontFamily? | string | Font family |
fontSize? | string | Font size (default: "14px") |
shadow? | string | Box shadow (default: "0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04)") |
spacing? | string | Spacing unit (default: "16px") |
textCorner? | string | Corner cell text color (used on corner cell with bgHeader background) |
textEmpty? | string | Empty state text color |
textGrandTotal? | string | Grand total cell text color (used with bgGrandTotal background) |
textMuted? | string | Muted text color (for empty cells) |
textPrimary? | string | Primary text color (used on header cells with bgHeader background) |
textSecondary? | string | Secondary text color (used on row headers with bgPrimary background) |
textTertiary? | string | Tertiary text color (for data cells) |
textTotal? | string | Total cells text color |
transitionDuration? | string | Transition duration (default: "0.15s") |