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.
package/dist/widgets.js CHANGED
@@ -15813,6 +15813,7 @@ class GridComponent extends VDOM.Component {
15813
15813
  this.end = end;
15814
15814
  this.loadingStartPage = 0;
15815
15815
  this.loadingEndPage = 0;
15816
+ this.lastSorters = props.data.sorters;
15816
15817
  }
15817
15818
  this.scrollerRef = (el) => {
15818
15819
  this.dom.scroller = el;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cx",
3
- "version": "26.3.7",
3
+ "version": "26.3.8",
4
4
  "description": "Advanced JavaScript UI framework for admin and dashboard applications with ready to use grid, form and chart components.",
5
5
  "exports": {
6
6
  "./data": {