Sama UI Library
    Preparing search index...

    Class SamaFilterOverlayComponent

    FilterOverlay component to create table filters.

    Implements

    • OnInit
    • AfterViewInit
    Index

    Properties

    columnLabel: string

    Column label parameter.

    controlContainer: ControlContainer
    form: FormGroup

    Form on the client side for storing control values.

    IsFilterDirty: boolean = false

    flag used to turn the icon on or off.

    onSubmit: () => void = ...

    Callback for a method when the form submits the inputs values.

    positions: ConnectionPositionPair[]

    Overlay position.

    triggerOnInit: boolean = false

    Flag to indicate if the filter should be trigger in the first table load.

    Methods

    • A callback method that is invoked immediately after Angular has completed initialization of a component's view. It is invoked only once when the view is instantiated.

      Returns void