width method

Table width(
  1. int value
)

Sets the total table width.

Implementation

Table width(int value) {
  _width = value;
  return this;
}