@rangertechnologies/ngnxt 2.1.196 → 2.1.197
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/esm2022/environments/version.mjs +2 -2
- package/esm2022/lib/components/datatable/datatable.component.mjs +2 -1
- package/fesm2022/rangertechnologies-ngnxt.mjs +2 -1
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/package.json +1 -1
- package/rangertechnologies-ngnxt-2.1.197.tgz +0 -0
- package/rangertechnologies-ngnxt-2.1.196.tgz +0 -0
|
@@ -8988,6 +8988,7 @@ class NxtDatatable {
|
|
|
8988
8988
|
this.NxtTableParamsEmit.emit({ pagination: { pageSize: this.pageSize, pageIndex: this.pageIndex }, tableSearch: this.searchBoxValue, searchFilterData: this.filterDataArray, sort: { column: this.currentSortColumn, direction: this.currentSortDirection, listView: this.selectedView } });
|
|
8989
8989
|
if (from === 'onChange')
|
|
8990
8990
|
this.pageParams(this.tableParams?.pagination, 'onChange');
|
|
8991
|
+
this.onSummaryInputChange();
|
|
8991
8992
|
}
|
|
8992
8993
|
onScroll(tableContainer) {
|
|
8993
8994
|
this.isScrolled = tableContainer.scrollTop > 0;
|
|
@@ -17501,7 +17502,7 @@ const VERSION = {
|
|
|
17501
17502
|
"semver": null,
|
|
17502
17503
|
"suffix": "73e492bd-dirty",
|
|
17503
17504
|
"semverString": null,
|
|
17504
|
-
"version": "2.1.
|
|
17505
|
+
"version": "2.1.197"
|
|
17505
17506
|
};
|
|
17506
17507
|
/* tslint:enable */
|
|
17507
17508
|
|