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;
Parameter | Type | Description |
---|---|---|
keyName | string | The fully qualified primary key as a string |
key | string | The value to filter by as a string |