Fixed paginator rows per page dropdown
parent
844edd45a7
commit
1e350808b7
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<RPPDropdown :value="rows" :options="rowsOptions" optionLabel="label" optionValue="value"
|
<RPPDropdown :modelValue="rows" :options="rowsOptions" optionLabel="label" optionValue="value"
|
||||||
@input="onChange($event)"></RPPDropdown>
|
@update:modelValue="onChange($event)"></RPPDropdown>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in New Issue