Nodejs - make sure to use the id field!

Some of my grids do not set the identity field (optional); I let the connector handle them.

It is very obvious now; but nodejs relies on the identity field to be the same between users/browsers/tabs. Make sure you set the id when connecting!

$grid->render_sql(“Select * from tableA, tableB where tableA.id=tableB.id”, “a.id”,“name,price,other”);