cx 26.3.7 → 26.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1992,6 +1992,7 @@ class GridComponent extends VDOM.Component<GridComponentProps, GridComponentStat
1992
1992
  this.end = end;
1993
1993
  this.loadingStartPage = 0;
1994
1994
  this.loadingEndPage = 0;
1995
+ this.lastSorters = props.data.sorters;
1995
1996
  }
1996
1997
 
1997
1998
  this.scrollerRef = (el) => {