width property

String get width

The HTMLTableElement.width property represents the desired width of the table.

Implementation

external String get width;
set width (String value)

Implementation

external set width(String value);