'user-table']; protected function init(): void { $this->initializeDetailActions(); $this->setDetailUrl(Url::fromPath('icingadb/user')); } protected function getItemClass(): string { return UserTableRow::class; } }