File

table/src/table/table.types.ts

Description

Type used by the sort property of the Table component to define the sorting column and direction.

Import

Example :
import { ITableSortState } from '@talenra/components/table';

See TableComponent

Index

Properties

Properties

direction
direction: TTableSortDirection
Type : TTableSortDirection

Selection state of the row (selected or not)

field
field: string
Type : string

The column used for sorting. Must match a field name defined in TableColumn.

results matching ""

    No results matching ""