IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics

Home Page:https://bit.ly/2kuu1fT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

send2vinnie opened this issue · comments

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)