Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableProps<T>

Type Parameters

  • T

Hierarchy

  • TableProps

Index

Properties

children?: undefined
className?: string
columns: readonly ColumnConfig<T>[]
data: readonly T[]
row?: RowConfig<T>

Methods

  • getKey(item: T): string | number

Generated using TypeDoc