# ColumnSort

# Interface: ColumnSort

Defined in: [features/row-sorting/rowSortingFeature.types.ts:9](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/row-sorting/rowSortingFeature.types.ts#L9)

## Properties

### desc

```ts
desc: boolean;
```

Defined in: [features/row-sorting/rowSortingFeature.types.ts:10](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/row-sorting/rowSortingFeature.types.ts#L10)

***

### id

```ts
id: string;
```

Defined in: [features/row-sorting/rowSortingFeature.types.ts:11](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/row-sorting/rowSortingFeature.types.ts#L11)
