Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trato de hacer la mostrar mis registros en paginas #729

Open
Darwin26ore opened this issue Oct 25, 2018 · 1 comment
Open

Trato de hacer la mostrar mis registros en paginas #729

Darwin26ore opened this issue Oct 25, 2018 · 1 comment

Comments

@Darwin26ore
Copy link

SOy nuevo reactivo intento ver mis registros en las paginas ya que son mas de 100 pero al darle click a la pagina como muestro
pagi.

me sale este error

image
alguien sabe como puedo proceder

@kislakiruben
Copy link

hey @Darwin26ore, that looks like a React component, not an Alt.js store. I think you forgot to bind that method. Try doing this in the constructor of the component:

constructor() {
  this.handlePageChange = this.handlePageChange.bind(this);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants