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
80
Grid sorting changed
posted

I used to sort my igx-grid like so:

        this.grid.sortingExpressions = [
            {fieldName: 'name', dir: SortingDirection.Asc, ignoreCase: true}
        ];

but after the last update I'm getting an error that I'm missing the strategy property.  It looks like it's a dictionary...what am I supposed to put here?

Parents Reply Children
No Data