mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Paginator & PT name changes
This commit is contained in:
parent
ae400bbac9
commit
a8c947a264
7 changed files with 61 additions and 18 deletions
|
@ -5,11 +5,11 @@
|
|||
optionLabel="label"
|
||||
optionValue="value"
|
||||
@update:modelValue="onChange($event)"
|
||||
:class="cx('RPPDropdown')"
|
||||
:class="cx('rowPerPageDropdown')"
|
||||
:disabled="disabled"
|
||||
:unstyled="unstyled"
|
||||
:pt="ptm('RPPDropdown')"
|
||||
data-pc-section="rppdropdown"
|
||||
:pt="ptm('rowPerPageDropdown')"
|
||||
data-pc-section="rowperpagedropdown"
|
||||
></RPPDropdown>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue