/**
  * Set the table response.
  *
  * @param Response $response
  */
 public function setTableResponse(Response $response)
 {
     $this->table->setResponse($response);
 }