css.properties

table-layout

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

Formal Syntax

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