/**
  * is there a repeater source for the lazy data
  *
  * @return boolean
  */
 public function hasRepeater()
 {
     return parent::hasRepeater() || (bool) $this->table->getRepeater();
 }