web api instance property
HTMLTableCellElement: noWrap property
The noWrap property of the HTMLTableCellElement interface returns a Boolean value indicating if the text of the cell may be wrapped on several lines or not.
[!NOTE] This property is deprecated and you should use the CSS
white-spaceproperty with the valuenowrapinstead.
Value
A Boolean value.
Examples
Use CSS white-space instead. An example is available on the white-space page.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.