add paging for screen 2 12
This commit is contained in:

parent
c6eb2b57b2
commit
1d6c49f944
@ -38,7 +38,7 @@
|
||||
<div class="d-flex align-center justify-center pa-5" v-if="loadGrid && totalCount > 0">
|
||||
<pagination id="pagination" :total-count="totalCount" :page-num="page" :limit="limit"
|
||||
@loadData="changeGrid" />
|
||||
</div>
|
||||
</div>
|
||||
</v-card>
|
||||
|
||||
</v-col>
|
||||
|
Reference in New Issue
Block a user