From 8eab7184d10f77a8922cddde306c263ff838fc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Merve=20=C3=96z=C3=A7if=C3=A7i?= Date: Tue, 19 Mar 2019 11:21:25 +0300 Subject: [PATCH] Row option added to paginator --- src/components/paginator/Paginator.vue | 4 ++-- src/components/paginator/RowsPerPageDropdown.vue | 9 ++++++--- src/views/paginator/PaginatorDemo.vue | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/components/paginator/Paginator.vue b/src/components/paginator/Paginator.vue index 0f6267326..ec3950fbe 100644 --- a/src/components/paginator/Paginator.vue +++ b/src/components/paginator/Paginator.vue @@ -7,7 +7,7 @@ - + @@ -151,7 +151,7 @@ }, rowsChange(event) { - this.changePage(0, event.value); + this.changePage(0, event.value.code); } } } diff --git a/src/components/paginator/RowsPerPageDropdown.vue b/src/components/paginator/RowsPerPageDropdown.vue index 143d51788..70d8e9253 100644 --- a/src/components/paginator/RowsPerPageDropdown.vue +++ b/src/components/paginator/RowsPerPageDropdown.vue @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/src/views/paginator/PaginatorDemo.vue b/src/views/paginator/PaginatorDemo.vue index 4924528fa..4e5345933 100644 --- a/src/views/paginator/PaginatorDemo.vue +++ b/src/views/paginator/PaginatorDemo.vue @@ -9,7 +9,7 @@

Default

- +

Custom Template