MyTableHeader: styled

Config

Key
Type
Description

type

string

header

string

style

json style

Example

Config

{
    "type":"styled",
    "header":"Code",
    "style":
    {
        "color":"green"
    }
}

Preview

Last updated