Trato de hacer la mostrar mis registros en paginas
Opened this issue · 1 comments
Darwin26ore commented
kislakiruben commented
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);
}