Const
When rowBorders is true, use a fat line between the header and the body instead of a double line.
rowBorders
true
rowBorder: false columnBorder: false ┌──────────────┐ │ Hdr 1 Hdr 2 │ ├──────────────┤ │ foo 0 │ │ bar 12 │ │ baz 345 │ └──────────────┘ rowBorder: true columnBorder: false ┌──────────────┐ │ Hdr 1 Hdr 2 │ ┝━━━━━━━━━━━━━━┥ │ foo 0 │ ├──────────────┤ │ bar 12 │ ├──────────────┤ │ baz 345 │ └──────────────┘ rowBorder: false columnBorder: true ┌───────┬───────┐ │ Hdr 1 │ Hdr 2 │ ├───────┼───────┤ │ foo │ 0 │ │ bar │ 12 │ │ baz │ 345 │ └───────┴───────┘ rowBorder: true columnBorder: true ┌───────┬───────┐ │ Hdr 1 │ Hdr 2 │ ┝━━━━━━━┿━━━━━━━┥ │ foo │ 0 │ ├───────┼───────┤ │ bar │ 12 │ ├───────┼───────┤ │ baz │ 345 │ └───────┴───────┘ Copy
rowBorder: false columnBorder: false ┌──────────────┐ │ Hdr 1 Hdr 2 │ ├──────────────┤ │ foo 0 │ │ bar 12 │ │ baz 345 │ └──────────────┘ rowBorder: true columnBorder: false ┌──────────────┐ │ Hdr 1 Hdr 2 │ ┝━━━━━━━━━━━━━━┥ │ foo 0 │ ├──────────────┤ │ bar 12 │ ├──────────────┤ │ baz 345 │ └──────────────┘ rowBorder: false columnBorder: true ┌───────┬───────┐ │ Hdr 1 │ Hdr 2 │ ├───────┼───────┤ │ foo │ 0 │ │ bar │ 12 │ │ baz │ 345 │ └───────┴───────┘ rowBorder: true columnBorder: true ┌───────┬───────┐ │ Hdr 1 │ Hdr 2 │ ┝━━━━━━━┿━━━━━━━┥ │ foo │ 0 │ ├───────┼───────┤ │ bar │ 12 │ ├───────┼───────┤ │ baz │ 345 │ └───────┴───────┘
Generated using TypeDoc
When
rowBorders
istrue
, use a fat line between the header and the body instead of a double line.