Options
All
  • Public
  • Public/Protected
  • All
Menu

Represent a virtual cell of a virtual table

Hierarchy

  • VCell

Index

Properties

Optional height

height: number

The height in pixel of the actual td (including border and padding) If the table is under a zoomed container, this value is the visible pixel count after zoom.

Optional spanAbove

spanAbove: boolean

Whether this cell is spanned from above

Optional spanLeft

spanLeft: boolean

Whether this cell is spanned from left

Optional td

td: HTMLTableCellElement

The table cell object. The value will be null if this is an expanded virtual cell

Optional width

width: number

The width in pixel of the actual td (including border and padding). If the table is under a zoomed container, this value is the visible pixel count after zoom.

Generated using TypeDoc