ps-toolkit-ui 1.13.21 → 1.13.22
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/bundles/ps-toolkit-ui.umd.js +0 -3
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/table/table.component.js +1 -4
- package/fesm2015/ps-toolkit-ui.js +0 -3
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3469,9 +3469,6 @@
|
|
|
3469
3469
|
TableComponent.prototype.ngOnInit = function () {
|
|
3470
3470
|
var e_1, _a;
|
|
3471
3471
|
var _this = this;
|
|
3472
|
-
if (this.table.hasChildren) {
|
|
3473
|
-
this.table.cols.forEach(function (x) { return x.sort = false; });
|
|
3474
|
-
}
|
|
3475
3472
|
this.reload = new InputClass(this.table.environment, this.table.l, 'Reload', 'fa-duotone fa-sync-alt', exports.InputType.Icon, 'm-r-10-p');
|
|
3476
3473
|
this.maximum = new InputClass(this.table.environment, this.table.l, 'Maximum', 'fa-duotone fa-arrows-maximize', exports.InputType.Icon, 'm-r-10-p');
|
|
3477
3474
|
try {
|