ratiw / vuetable-2-tutorial

MIT License
258 stars 67 forks source link

Error in wiki #116

Open manumora opened 5 years ago

manumora commented 5 years ago

In this page there is an error: https://github.com/ratiw/vue-table/wiki/Customize-the-Pagination-Info

info-template="Showing {from} to {to} of {total} entries" info-no-data-template="Showing 0 to 0 of 0 entries"

instead of

:pagination-info-template="Showing: {from} - {to} out of {total} records" pagination-info-no-data-template="The requested query return no result"