diff --git a/docs/guide/configuration/pagination-options.html b/docs/guide/configuration/pagination-options.html index fe24e080..5633ea25 100644 --- a/docs/guide/configuration/pagination-options.html +++ b/docs/guide/configuration/pagination-options.html @@ -36,9 +36,9 @@ perPageDropdown: [3, 7, 9], dropdownAllowAll: false, setCurrentPage: 2, - jumpFirstOrLast : true - firstLabel : 'First Page' - lastLabel : 'Last Page' + jumpFirstOrLast: true, + firstLabel: 'First Page', + lastLabel: 'Last Page', nextLabel: 'next', prevLabel: 'prev', rowsPerPageLabel: 'Rows per page',