Giter VIP home page Giter VIP logo

vuejs-paginate-next's People

Contributors

bobvandevijver avatar ncperng avatar pa-bouly avatar ray0907 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

vuejs-paginate-next's Issues

Bulma pagination - feature request

Current component looks very good.

Why not add a new bulma style component?
Considering bulma and vue 3 is a very popular combination

Thanks

error in runtime use paginate

hi
please help me
when use paginate component for repeat pagination buttons
get this error

runtime-core.esm-bundler.js?798e:2947 Uncaught TypeError: Cannot read properties of null (reading 'isCE') at renderSlot (runtime-core.esm-bundler.js?798e:2947:1) at eval (vuejs-paginate-next.es.js?8857:278:1) at eval (eval at renderList (runtime-core.esm-bundler.js?798e:1:1), <anonymous>:1:1) at renderList (runtime-core.esm-bundler.js?798e:2905:1) at Proxy._sfc_render (vuejs-paginate-next.es.js?8857:268:1) at renderComponentRoot (runtime-core.esm-bundler.js?5c40:761:1) at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js?5c40:4599:1) at ReactiveEffect.run (reactivity.esm-bundler.js?a1e9:160:1) at updateComponent (runtime-core.esm-bundler.js?5c40:4472:1) at processComponent (runtime-core.esm-bundler.js?5c40:4405:1)

this is my code

<paginate v-model="in_pageIndex" :page-count="PageCount" :page-range="3" :margin-pages="2" :prev-text="'قبلی'" :next-text="'بعدی'" :first-last-button="true" :first-button-text="'اول'" :last-button-text="'آخر'" :container-class="'pagination pagination-primary pagination-lg'" :page-class="'page-item'"> </paginate>
thank you

user control for setting the page size

I didn't see anything in the readme, but is there a control for letting the user select the page size? I'm thinking a dropdown to choose some pre-set sizes: 5/10/20/50

Paginate is not defined when working with CDN

Hi this might be a silly question but my pagination doesn't render when importing the script via CDN
All I have done is

<script src="https://unpkg.com/vuejs-paginate-next@latest/dist/vuejs-paginate-next.umd.js"></script>   
 <script >
    const { createApp } = Vue
    createApp({
		
  components: {
      paginate: Paginate,
    },

I get Pagination is not defined in the console

Next button

If you click twice, 'selected' becomes String, and 3 becomes 21.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.