Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ColumnInfo<T>

Type parameters

  • T

Hierarchy

Index

Properties

Optional accessor

accessor: string | ((data: T) => React.ReactNode)

if accessor provide, it will take fieldId's place when access data.

Optional asKey

asKey: undefined | false | true

As row key

columnId

columnId: string

unique id for each column

Optional sortor

sortor: undefined | ((a: T, b: T) => number)

Generated using TypeDoc