In v3 i do to make the users click the row and go to edit page, in v2 how can be achieved? i dont find it so far ```php ->recordUrl( fn (Model $record): string => Pages\EditCustomer::getUrl([$record->id]), ); ```