algebra
property
Algebra(compares)
A set algebra that is used by
many behaviors to compare the set objects passed to
getListData and connection.getList. By
default no algebra is provided.
Use
var algebra = new set.Algebra(set.props.range("start","end"));
connect([...behavior names...],{
algebra: algebra
});