Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface to config style of CanvasTable

Hierarchy

  • ICanvasTableConfig

Index

Properties

Optional backgroundColor

backgroundColor: CanvasColor

Background color

Optional font

font: undefined | string

FontName

Optional fontColor

fontColor: CanvasColor

Font color

Optional fontSize

fontSize: undefined | number

Font size in px

Optional fontStyle

fontStyle: undefined | string

Font Style

Optional groupItemArrowColor

groupItemArrowColor: CanvasColor

Group item: arrow color

Optional groupItemBackgroundColor

groupItemBackgroundColor: CanvasColor

Group item: background color in group

Optional groupItemFontColor

groupItemFontColor: CanvasColor

Group item: font color

Optional headerBackgroundColor

headerBackgroundColor: CanvasColor

Header: background color in header

Optional headerDrawSortArrow

headerDrawSortArrow: undefined | false | true

Header Draw sort arrow

Optional headerDrawSortArrowColor

headerDrawSortArrowColor: CanvasColor

Header draw sort arrow color

Optional headerFont

headerFont: undefined | string

Header font name

Optional headerFontColor

headerFontColor: CanvasColor

Header front color

Optional headerFontSize

headerFontSize: undefined | number

Header font size in px

Optional headerFontStyle

headerFontStyle: undefined | string

Header font style

Optional howerBackgroundColor

howerBackgroundColor: CanvasColor

Backgroud color when mouse is hover the row

Optional lineColor

lineColor: CanvasColor

color line in grid in CanvasTable

Optional rowGroupItemArrowColor

rowGroupItemArrowColor: CanvasColor

Row group item: arrow color

Optional rowGroupItemBackgroundColor

rowGroupItemBackgroundColor: CanvasColor

Row group item: background color in group

Optional rowGroupItemFontColor

rowGroupItemFontColor: CanvasColor

Row group item: font color

Optional scrollView

scrollView: IScrollViewConfig

ScollView config

selectLineColor

selectLineColor: CanvasColor

select line color in grid in CanvasTable

Optional sepraBackgroundColor

sepraBackgroundColor: CanvasColor

Every secound row can have another backgound color sepra

Generated using TypeDoc