HTML | DOM Style tableLayout Property
The DOM Style tableLayout property is used to set or return how a table and its cells, rows, and columns should be laid out. Syntax: It returns the tableLayout Propertyobject.style.tableLayoutIt used to set the tableLayout Propertyobject.style.tableLayout = "auto | fixed | initial | inherit" Return