<!--
{
  "availability" : [
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableView/Style-swift.enum/plain",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSTableViewStyle@NSTableViewStylePlain"
  },
  "title" : "NSTableView.Style.plain"
}
-->

# NSTableView.Style.plain

The table view style resolves to a plain style.

```
case plain
```

## Discussion

A plain-style table applies no additional insets or padding around its content, except for the spacing that the [`intercellSpacing`](/documentation/AppKit/NSTableView/intercellSpacing) property specifies.

---

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)