<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableView/endUpdates()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTableView(im)endUpdates"
  },
  "title" : "endUpdates()"
}
-->

# endUpdates()

Ends the group of updates for the table view.

```
func endUpdates()
```

## Discussion

Ends the group of updates for the table view. This method, like [`beginUpdates()`](/documentation/AppKit/NSTableView/beginUpdates()), is nestable. See [`beginUpdates()`](/documentation/AppKit/NSTableView/beginUpdates()) for details.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)