fix row-per-page
This commit is contained in:
parent
688a54205f
commit
3eb1a053b4
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ onMounted(() => {
|
|||
:columns="columns"
|
||||
:rows="rows"
|
||||
:paging="true"
|
||||
:rows-per-page-options="[20, 50, 100]"
|
||||
:rows-per-page-options="[20, 50, 100, 150, 200, 0]"
|
||||
:visible-columns="visibleColumns"
|
||||
:loading="isLoad"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue