ignite-ui
ignite-ui copied to clipboard
Allow the filter functionality of igDataSource supporting filtering logic with brackets in it
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)