headers property
The headers property of the HTMLTableCellElement interface
contains a list of IDs of th elements that are headers for this
specific cell.
Implementation
external String get headers;
Implementation
external set headers(String value);