vue-smart-table
vue-smart-table copied to clipboard
Pagination
Hi Andrea,
How to create a pagination if I get data from array? No ajax or jSON.
Have you looked at the pokedex example? It's as simple as that.
@gurghet As I said I dont use json, and I dont have an ajax. So its possible to make your smart-table work with this plugin? https://www.npmjs.com/package/v-pagination
It certainly possible, but you will have to do some wiring. By the way, if you look closely, you don't need JSON or ajax to build a pagination component.
Where I can overwrite itemsPerPage?