TGridSort: { sortDirection: "ASC" | "DESC"; value: IGridColumn<T>["field"] }

Represents a TSort object used for sorting data in a specific direction based on a column value.

Type Parameters

  • T

    The type of the column value.

Type declaration