Merge pull request 'add paging for screen 2 12' (#81) from dev-manhph1-figbug into dev

Reviewed-on: #81
This commit is contained in:
dev
2025-08-20 15:27:43 +09:00
4 changed files with 116 additions and 54 deletions

View File

@ -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>