shannah / xataface

Framework for building data-driven web applications in PHP and MySQL
http://xataface.com
GNU General Public License v2.0
134 stars 57 forks source link

row id was always set 'id_0' instead of autoincrement #94

Closed TheJoeSchr closed 6 years ago

TheJoeSchr commented 6 years ago

id should increment with row number, so e.g. JS side can hook into right rows. otherwise every row in a grid is "$inputname_0"