JSTableFilter
Last updated
Last updated
A table filter that can be created and used via a JSFoundset.
Type | Name | Summary |
---|---|---|
Type | Name | Summary |
---|---|---|
Returns the server name.
Type String String server name.
Sample
Returns the table name.
Type String String table name.
Sample
Set the dataBroadcast flag.
When the dataBroadcast flag is set, this filter will be used server-side to reduce databroadcast events for clients having a databroadcast filter set for the same column with a different value.
Note that the dataBroadcast flag is *only* supported for simple filters, only for operator 'in' or '='.
Parameters
Boolean broadcast Boolean set to true this is a databroadcast filtering filter. (default false)
Returns: JSTableFilter filter.
Sample
Returns the server name.
Returns the table name.
Set the dataBroadcast flag.