peshanghiwa / vue-awesome-paginate

The Awesome Vue.js 3 Pagination Library
MIT License
158 stars 20 forks source link

feat: add disable property to disable pagination #1

Closed ahmedjas1m closed 2 years ago

ahmedjas1m commented 2 years ago

Hi @peshanghiwa

Feat Type: Enhancement

Description: I've added a very simple property to disable pagination. It might be useful to disable pagination while fetching data from an external resource after fetching is done you can change the property value from true to false, therefore it's a reactive property.

By the way, You've done great job.

BEST!

ahmedjas1m commented 2 years ago

@peshanghiwa I've added the prop for anchor tags too. I guess with anchor tag feature your codebase needs more improvement.

I also wanna suggest smth since it is an open source. you better config prettier and ES-lint in your source code because different editors or IDE s will affect your code style.

ps: i didn't use any formatter to keep the code your way.

anywhoo, All the best