css.properties

table-layout

The table-layout property specifies the layout algorithm for tables.

Formal Syntax

table-layout = auto | fixed

See specification

JavaScript Access

// Access via element.style element.style.tableLayout = "auto";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
table-layout141112
auto141112
fixed141112

Related Properties