Table Layout

Utilities for controlling the table layout algorithm.

Class CSS Output
table-auto
table-layout: auto;
}
table-fixed
table-layout: fixed;
}

table-auto

table-layout: auto;

table-fixed

table-layout: fixed;

Reference

table-layout MDN ↗

CSS Properties

  • table-layout