---
title: endUpdates()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nstableview/endupdates()
---

# endUpdates()

Ends the group of updates for the table view.

## Declaration

```swift
func endUpdates()
```

## Discussion

Discussion Ends the group of updates for the table view. This method, like beginUpdates(), is nestable. See beginUpdates() for details.

## See Also

### Updating the Table View Arrangement

- [beginUpdates()](appkit/nstableview/beginupdates().md)
- [moveRow(at:to:)](appkit/nstableview/moverow(at:to:).md)
- [insertRows(at:withAnimation:)](appkit/nstableview/insertrows(at:withanimation:).md)
- [removeRows(at:withAnimation:)](appkit/nstableview/removerows(at:withanimation:).md)
- [row(for:)](appkit/nstableview/row(for:).md)
- [column(for:)](appkit/nstableview/column(for:).md)
