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

# floatsGroupRows

A Boolean value indicating whether the table view draws grouped rows as if they are floating.

```
var floatsGroupRows: Bool { get set }
```

## Discussion

Group rows are rows for which the table view delegate’s [`tableView(_:isGroupRow:)`](/documentation/AppKit/NSTableViewDelegate/tableView(_:isGroupRow:)) method returns YES. These rows can be displayed as if they are floating in a view-based table view.

The default value of this property is <doc://com.apple.documentation/documentation/Swift/true>.

---

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)