Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
Filter igx-grid by boolean column by default
posted

On my igx-grid, how do I filter one of the columns by default to only values which are true?  I see there's an IgxBooleanFilteringOperand class but I can't figure out how to use it.  My grid column is defined like so:

<igx-column field="active" header="Active" [editable]="true" [dataType]="'boolean'"></igx-column>