react-table-crud-example icon indicating copy to clipboard operation
react-table-crud-example copied to clipboard

data.forEach is not a function

Open ppiuhola opened this issue 4 years ago • 3 comments

Hi ! I have trying to this react-table-crud-example by cloning repository. For backend use, I cloned related node-js-sequelize-pagination-mysql. Backend works fine (tested with Postman). Frontend flashes empty table on screen, but then following attached error message pops up. crud table error

ppiuhola avatar Mar 11 '21 16:03 ppiuhola

For backend use, I cloned related node-js-sequelize-pagination-mysql. Backend works fine (tested with Postman).

Hi, the pagination api does not work with this client, you should use this code for server: https://github.com/bezkoder/nodejs-express-sequelize-mysql

tienbku avatar Mar 12 '21 00:03 tienbku

Hi !

Thanks a lot, I was playing with many of those examples and didn’t notice that. Anyway, it works now :)

Pekka Piuhola

On 12 Mar 2021, 2.05 +0200, Tien Nguyen @.***>, wrote:

For backend use, I cloned related node-js-sequelize-pagination-mysql. Backend works fine (tested with Postman). Hi, the pagination api does not work with this client, you should use this code for server: https://github.com/bezkoder/nodejs-express-sequelize-mysql — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ppiuhola avatar Mar 12 '21 07:03 ppiuhola

Im Glad you mention that @tienbku

harshdeep-jft avatar Apr 23 '21 11:04 harshdeep-jft