Example of Separate Connector in Javascript (ES5) Query Builder Control

/
/
Separate Connector

This sample demonstrates the Separate Connector support of the Query Builder component.

More Details...

Davolio, Buchanan
FirstName != 'Andre' AND LastName IN ('Davolio','Buchanan') OR HireDate BETWEEN '11/15/2023' AND '11/30/2023' AND (IsDeveloper = true AND PrimaryFramework = 'JavaScript') OR Age > 40

                  
Description

In this demo, the Query Builder includes a separate connector feature that displays a combinator between each neighboring pair of rules or groups within a group's rules. You can enable or disable this feature using the 'enableSeparateConnector' property. More information about Query Builder can be found in this documentation section.