Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UseSelectColumnTableOptions

Hierarchy

  • UseSelectColumnTableOptions

Index

Properties

i18n?: Partial<{ selectAll: string; selectGroup: string; selectRow: string; unselectAll: string; unselectGroup: string; unselectRow: string }>

i18n customizations

selectCheckboxComponent?: ComponentType<TableToggleAllRowsSelectedProps>
selectColumnWidth?: number

width of the select column

default

20

Generated using TypeDoc