Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CourseInstanceListColumn

Describes the columns in the CourseInstanceList

Hierarchy

  • CourseInstanceListColumn

Index

Properties

FieldContent

FieldContent: FunctionComponent<FieldContentProps>

A functional component that will render the appropriate data to appear in the cell

columnGroup

For grouping columns

Optional getFilter

getFilter: function

Type declaration

    • (filters: FilterState, genericFilterUpdate: function, filterOptions?: Record<string, object[]>): ReactElement
    • Parameters

      • filters: FilterState
      • genericFilterUpdate: function
          • (field: string, value: string): void
          • Parameters

            • field: string
            • value: string

            Returns void

      • Optional filterOptions: Record<string, object[]>

      Returns ReactElement

key

key: string

A unique key for the react loop

name

name: string

The name that should appear in the heading column

viewColumn

The name of the column as it appears in the View entity

Generated using TypeDoc