Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGridHeaderProps<Data>

Type parameters

  • Data

Hierarchy

  • IGridHeaderProps

Index

Properties

columns

columns: Array<IGridInnerColumn<Data>>

Optional defaultSortType

defaultSortType: GridSortType

Optional fixed

fixedColumnsHeadRowsHeight

fixedColumnsHeadRowsHeight: Array<number | string>

onChange

onChange: (config: IGridOnChangeConfig) => void

Type declaration

prefix

prefix: string

scroll

Optional sortBy

sortBy: string

sortType

sortType: GridSortType

store

store: Store

Generated using TypeDoc