Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableCellConfiguration

Hierarchy

Index

Properties

Optional hAlign

{@inheritDoc TableCellHorizontalAlignment}

Optional lineWrap

lineWrap?: boolean | "padded"

Boolean if the <td> and <th> cells should support line wrapping. This is disabled by default since you normally don't want line wrapping in tables unless it provides additional descriptions or other content.

If this is set to the string "padded", line wrapping will be enabled along with adding some additional vertical padding to each cell.

Optional vAlign

{@inheritDoc TableCellVerticalAlignment}

Generated using TypeDoc