[Trunk | Library]: searchPageTableView.component: [Bug fix] In method "sizeChanged" get size from event not event.value.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59166 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-07-24 13:57:13 +00:00
parent 18c82d1172
commit af11a8e948
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ public getParametersFromUrl(params) {
}
sizeChanged($event) {
this.searchUtils.size = $event.value;
this.searchUtils.size = $event;
var table = $('#dpTable').DataTable();
table.page.len( this.searchUtils.size ).draw();
this.goTo(1);