2978-pagination_style_update #673

Merged
joan merged 2 commits from 2978-pagination_style_update into dev 2021-06-23 11:56:00 +00:00
2 changed files with 5 additions and 6 deletions

View File

@ -1,10 +1,9 @@
<div ng-if="$ctrl.model.moreRows">
<vn-icon-button
<vn-button
ng-if="!$ctrl.model.isPaging"
icon="more_horiz"
vn-tooltip="Load more"
label="Load more results"
ng-click="$ctrl.onLoadClick()">
</vn-icon-button>
</vn-button>
<vn-spinner
ng-if="$ctrl.model.isPaging"
enable="::true">

View File

@ -62,5 +62,5 @@ Go up: Ir arriba
Loading...: Cargando...
No results found: Sin resultados
No data: Sin datos
Load more: Cargar más
Undo changes: Deshacer cambios
Undo changes: Deshacer cambios
Load more results: Cargar más resultados