setPrimaryKey('id'); } public function columns(): array { return [ Column::make("Stadt Name", "name") ->sortable() ->searchable(), ]; } }