MyTableHeader: html

Example

Key
Type
Description

type

string

style

json style

html

string

#### Config

{
  "type": "html",
  "style": {
    "background": "linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%)"
  },
  "html": "<div style='color:#fff;'>Template Name1234</div>"
}

Preview

Last updated