# ColumnSort

# Interface: ColumnSort

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

## Properties

### desc

```ts
desc: boolean;
```

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

***

### id

```ts
id: string;
```

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