goatslacker/alt

Trato de hacer la mostrar mis registros en paginas

Opened this issue · 1 comments

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

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);
}