IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics
https://bit.ly/2kuu1fT
Other
477 stars 84 forks source link

Allow the filter functionality of igDataSource supporting filtering logic with brackets in it #2216

Open send2vinnie opened 1 year ago

send2vinnie commented 1 year ago

Is your feature request related to a problem? Please describe.

The filter expression of igDataSource doesn't support "bracket" for grouping the filtering conditions.

Describe the solution you'd like

Allow the filter functionality of igDataSource supporting filtering logic with brackets in it, such as: ((A AND B) OR C) AND (D OR E)