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/build/widgets/grid/Grid.d.ts.map +1 -1
- package/build/widgets/grid/Grid.js +1 -0
- package/dist/manifest.js +725 -725
- package/dist/widgets.js +1 -0
- package/package.json +1 -1
- package/src/widgets/grid/Grid.scss +657 -690
- package/src/widgets/grid/Grid.tsx +1 -0
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;
|