@syncfusion/ej2-treegrid 31.2.2 → 31.2.5
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/README.md +11 -2
- package/dist/ej2-treegrid.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js.map +1 -1
- package/dist/es6/ej2-treegrid.es2015.js +1 -1
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +1 -1
- package/dist/es6/ej2-treegrid.es5.js.map +1 -1
- package/dist/global/ej2-treegrid.min.js +2 -2
- package/dist/global/ej2-treegrid.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +5 -5
- package/src/treegrid/actions/rowdragdrop.js +1 -1
|
@@ -10201,7 +10201,7 @@ var RowDD = /** @__PURE__ @class */ (function () {
|
|
|
10201
10201
|
this.isaddtoBottom = multiplegrid && this.isDraggedWithChild;
|
|
10202
10202
|
}
|
|
10203
10203
|
var dragLength = dragRecords.length;
|
|
10204
|
-
if (!isNullOrUndefined(this.parent.idMapping)) {
|
|
10204
|
+
if (!isNullOrUndefined(this.parent.idMapping) || (this.dropPosition === 'bottomSegment' && dragRecords.length > 1 && isNullOrUndefined(this.parent.idMapping))) {
|
|
10205
10205
|
dragRecords.reverse();
|
|
10206
10206
|
}
|
|
10207
10207
|
var _loop_1 = function (i) {
|