Fix buefy grid pager bug
"has results, then no results" bug where spinner kept going
This commit is contained in:
parent
fa52ff5545
commit
3b65b06a3d
|
@ -201,9 +201,10 @@
|
|||
</section>
|
||||
</template>
|
||||
|
||||
% if grid.pageable and grid.pager:
|
||||
% if grid.pageable:
|
||||
<template slot="footer">
|
||||
<b-field grouped position="is-right">
|
||||
<b-field grouped position="is-right"
|
||||
v-if="firstItem">
|
||||
<span class="control">
|
||||
showing {{ firstItem.toLocaleString('en') }} - {{ lastItem.toLocaleString('en') }} of {{ total.toLocaleString('en') }} results;
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue