Member Junction
    Preparing search index...

    Implements

    • OnDestroy
    Index

    Constructors

    Properties

    AddButtonLabel: string = '+ Add row'

    Button label for the "add new row" action.

    ChildEntityName: string = ''

    MJ entity name of the child table (e.g. MJ: Search Scope Providers).

    Column config — drives rendering of each row.

    Disabled: boolean = false

    Disable all editing (read-only mode).

    EmptyMessage: string = 'No rows yet.'

    Empty-state copy when the grid has zero rows.

    IsLoading: boolean = false
    LoadError: string | null = null
    OrderBy: string = ''

    Optional OrderBy clause applied to the initial load.

    ParentFieldName: string = 'SearchScopeID'

    FK column on the child that references the parent SearchScope.

    RowAdded: EventEmitter<BaseEntity<unknown>> = ...

    Emitted after a row is added.

    RowRemoved: EventEmitter<BaseEntity<unknown>> = ...

    Emitted after a row is removed.

    Rows: GridRow[] = []
    RowsChanged: EventEmitter<void> = ...

    Emitted whenever a row is successfully added or removed.

    Accessors

    Methods