getData('groups') ?? []; $memberCount = $this->getData('memberCount') ?? []; $tableView = $this->getData('tableView'); $tableView->id = 'groupsList'; $tableView->baseUri = 'admin/group/list'; $tableView->exportUri = '{/api}admin/group/list/export'; $tableView->setObjects($groups); $previous = $tableView->getPreviousLink( $this->request, empty($this->objects) || !$this->getData('hasPrevious') ? null : \reset($this->objects) ); $next = $tableView->getNextLink( $this->request, empty($this->objects) ? null : \end($this->objects), $this->getData('hasNext') ?? false ); echo $this->getData('nav')->render(); ?>