@stemy/ngx-utils 19.7.17 → 19.7.19
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.
|
@@ -7813,7 +7813,6 @@ class DynamicTableComponent {
|
|
|
7813
7813
|
const items = orderBy ? data.sort(compare).splice(from, length) : data.splice(from, length);
|
|
7814
7814
|
items.forEach((context, ix) => {
|
|
7815
7815
|
context.index = ix;
|
|
7816
|
-
context.dataIndex = from + ix;
|
|
7817
7816
|
});
|
|
7818
7817
|
return {
|
|
7819
7818
|
total: dataLength,
|