intelica-library-ui 0.1.80 → 0.1.81
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.
|
@@ -1718,8 +1718,8 @@ class TableComponent {
|
|
|
1718
1718
|
else
|
|
1719
1719
|
element.removeAttribute("class");
|
|
1720
1720
|
}
|
|
1721
|
-
OnRowsPerPageChange(
|
|
1722
|
-
this.RowsPerPage = Number(
|
|
1721
|
+
OnRowsPerPageChange(value) {
|
|
1722
|
+
this.RowsPerPage = Number(value);
|
|
1723
1723
|
this.ResetTable();
|
|
1724
1724
|
}
|
|
1725
1725
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: TableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|