Gets the value of "table-layout"
String get tableLayout => this._tableLayout;
Sets the value of "table-layout"
set tableLayout(String value) { _tableLayout = value == null ? '' : value; }