Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UseRowExpandColumnTableOptions

Hierarchy

  • UseRowExpandColumnTableOptions

Index

Properties

expandColumnWidth?: number

width of the expand column

default

20

i18n?: Partial<{ collapseAllGroups: string; collapseGroup: string; expandAllGroups: string; expandGroup: string }>

i18n customizations

icons?: { expandGroup?: ComponentType<{}> }

icon to use for the expand icon

default

'▸'

Type declaration

  • Optional expandGroup?: ComponentType<{}>

Generated using TypeDoc