data['groups'] ?? []; $memberCount = $this->data['memberCount'] ?? []; $tableView = $this->data['tableView']; $tableView->id = 'groupsList'; $tableView->baseUri = 'admin/group/list'; $tableView->exportUri = '{/api}admin/group/list/export?csrf={$CSRF}'; $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->data['nav']->render(); ?>