/**
  * Get the table response.
  *
  * @return null|Response
  */
 public function getTableResponse()
 {
     return $this->table->getResponse();
 }