Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomizeLineUpProps

Hierarchy

Index

Properties

classNames?: Partial<Record<MultiCustomizeKeys, string>>

hook for adding extra CSS classnames

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

hoop for adding extra styles

Generated using TypeDoc