@syncfusion/ej2-treegrid
Advanced tools
Comparing version 18.2.47 to 18.2.54
@@ -9,2 +9,12 @@ # Changelog | ||
- `#285434`- Column SortComparer function works fine with null values for RemoteSaveAdaptor datasource. | ||
- `I286227` - Checkbox with `allowRowDragAndDrop` property rendered properly after editing and cancelling in cell edit mode. | ||
## 18.2.47 (2020-07-28) | ||
### TreeGrid | ||
#### Bug Fixes | ||
- `#284987`- Records rendered properly while using remote save adaptor in created event. | ||
- `#285434`- Column SortComparer function works fine with null values in datasource. | ||
@@ -11,0 +21,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 18.2.47 | ||
* version : 18.2.54 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-treegrid@*", | ||
"_id": "@syncfusion/ej2-treegrid@18.2.45", | ||
"_id": "@syncfusion/ej2-treegrid@18.2.47", | ||
"_inBundle": false, | ||
"_integrity": "sha512-A1UI2UyPCLXZPOXilLViYQAwd6albFBYvxYx6pJE0Tz3E+XijkjTbo8VybhcXSJ/bcTD9v6wwvfo/Fp9Nq2fBQ==", | ||
"_integrity": "sha512-I/NQiVTz2F1j5KvZnBFU6y3Ti0/wC2LapJP9qyBrLBh1INwr9iuipXJso5ZRq3UI5MO8f+Q/v/0OcoEnY/D6wg==", | ||
"_location": "/@syncfusion/ej2-treegrid", | ||
@@ -27,4 +27,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.45.tgz", | ||
"_shasum": "3402b07adb61a7849bb95c6bdfd53bfb69471572", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.47.tgz", | ||
"_shasum": "78594351d08cf4e93c6ed7f78beec2773da39258", | ||
"_spec": "@syncfusion/ej2-treegrid@*", | ||
@@ -40,6 +40,6 @@ "_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~18.2.47", | ||
"@syncfusion/ej2-data": "~18.2.44", | ||
"@syncfusion/ej2-grids": "~18.2.47", | ||
"@syncfusion/ej2-popups": "~18.2.46" | ||
"@syncfusion/ej2-base": "~18.2.54", | ||
"@syncfusion/ej2-data": "~18.2.54", | ||
"@syncfusion/ej2-grids": "~18.2.54", | ||
"@syncfusion/ej2-popups": "~18.2.54" | ||
}, | ||
@@ -65,4 +65,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "18.2.47", | ||
"version": "18.2.54", | ||
"sideEffects": false | ||
} |
@@ -493,3 +493,3 @@ import { extend, isNullOrUndefined, setValue, getValue, isBlazor, addClass, removeClass } from '@syncfusion/ej2-base'; | ||
var col = this.parent.grid.getColumnByField(this.parent.grid.sortSettings.columns[srt].field); | ||
var compFun = col.sortComparer && !this.isRemote() ? | ||
var compFun = col.sortComparer && isOffline(this.parent) ? | ||
col.sortComparer.bind(col) : | ||
@@ -496,0 +496,0 @@ this.parent.grid.sortSettings.columns[srt].direction; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5362827
45190