Skip to main content

addFilter()

Last updated 5/09/2024

The

addFilter()
is a function on the
Five
object that adds a key and its value into the stack. Any forms that reference a data source that has a foreign key to the data source added in the stack will be filtered by it.

Available

Client and Server

Function Signature
addFilter(keyName: string, key: string) : void;

ParameterTypeDescription
keyName
stringThe fully qualified primary key as a string
key
stringThe value to filter by as a string

Examples

addFilter()