---
title: resetOrder()
framework: swiftui
role: symbol
role_heading: Instance Method
path: swiftui/tablecolumncustomization/resetorder()
---

# resetOrder()

Resets the column order back to the default, preserving the customized visibility and size.

## Declaration

```swift
mutating func resetOrder()
```

## Discussion

Discussion Tables that are bound to this state will order their columns as described by their column builder.

## See Also

### Managing the customization

- [subscript(visibility:)](swiftui/tablecolumncustomization/subscript(visibility:).md)
