FilterOverlay component to create table filters.

Implements

  • OnInit
  • AfterViewInit

Properties

IsFilterDirty: boolean = false

flag used to turn the icon on or off.

columnLabel: string

Column label parameter.

controlContainer: ControlContainer
form: FormGroup<any>

Form on the client side for storing control values.

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