chOff property
String
get
chOff
The chOff
property of the HTMLTableRowElement interface does
nothing. It reflects the charoff
attribute of the tr
element.
Note: This property was designed to participate in an ability to align table cell content on a specific character (typically the decimal point), but was never implemented by browsers.
To achieve such alignment, watch for the support of a string value with the CSS property.
Implementation
external String get chOff;
set
chOff
(String value)
Implementation
external set chOff(String value);