Browse By Tags

  • Grid sorting changed

    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…