You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
There should be an Array<string> to set the field, in which the user can search. With this it is possible to search only in one field instead of all field.
If @Input()is set to null all field will be searched.
There should be an
Array<string>to set the field, in which the user can search. With this it is possible to search only in one field instead of all field.If
@Input()is set to null all field will be searched.