focus method

void focus()

Focus the table.

Implementation

void focus() {
  _focused = true;
  updateViewport();
}