Skip to content
On this page

Interface: TableSortParams

TableHelper.TableSortParams

排序参数, 用于记录排序条件.

Properties

direction

direction: undefined | null | "ascend" | "descend"

排序方式, ascend 为升序, descend 为降序, undefined 为不排序

Defined in

dist/src/components/table-helper/table-helper.d.ts:231


field

field: string

排序字段

Defined in

dist/src/components/table-helper/table-helper.d.ts:235