Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LineUpLiteTableContextProps

Hierarchy

Index

Properties

classNames: Partial<Record<MultiCustomizeKeys, string>>

hook for adding extra CSS classnames

components: Partial<Record<"table" | MultiCustomizeKeys, LineUpLiteComponentLike>>
dark: boolean
dispatch: TableDispatch<any>
groupByColumnCount: number
i18n: Partial<{ filterColumn: string; groupByAnotherColumn: string; groupByColumn: string; groupByRemoveColumn: string; hideColumn: string; sortByAnotherColumn: string; sortByAnotherColumnDesc: string; sortByColumn: string; sortByColumnDesc: string; sortByRemoveColumn: string }>
sortByColumnCount: number
styles: Partial<Record<MultiCustomizeKeys, CSSProperties>>

hoop for adding extra styles

Generated using TypeDoc