Refactor #3965 - For Paginator

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-30 16:39:08 +03:00
parent 453a470b66
commit 65a6310cb9
11 changed files with 179 additions and 143 deletions

View file

@ -1,5 +1,15 @@
<template>
<JTPDropdown :modelValue="page" :options="pageOptions" optionLabel="label" optionValue="value" @update:modelValue="onChange($event)" class="p-paginator-page-options" :disabled="disabled" :pt="ptm('JTPDropdown')"></JTPDropdown>
<JTPDropdown
:modelValue="page"
:options="pageOptions"
optionLabel="label"
optionValue="value"
@update:modelValue="onChange($event)"
:class="cx('JTPDropdown')"
:disabled="disabled"
:pt="ptm('JTPDropdown')"
data-pc-section="jtpdropdown"
></JTPDropdown>
</template>
<script>