---
title: floatsGroupRows
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstableview/floatsgrouprows
---

# floatsGroupRows

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

## Declaration

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

## Discussion

Discussion Group rows are rows for which the table view delegate’s 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 true.
