height method

Table height(
  1. int value
)

Sets the table height (limits visible rows).

Implementation

Table height(int value) {
  _height = value;
  return this;
}