Skip to content

Commit

Permalink
Force Pagination Buttons to re-render when server options are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhammadasif committed Mar 12, 2023
1 parent 9aaa64f commit 0aed43b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
#buttonsPagination
>
<ButtonsPagination
:key="JSON.stringify(serverOptionsComputed)"
:current-pagination-number="currentPaginationNumber"
:max-pagination-number="maxPaginationNumber"
@update-page="updatePage"
Expand Down

0 comments on commit 0aed43b

Please sign in to comment.