timwis / dataface

Build and manage data with a spreadsheet-like interface
https://dataface-demo.herokuapp.com
43 stars 4 forks source link

onSave compares numbers to strings #73

Closed timwis closed 7 years ago

timwis commented 7 years ago

The ID field is a number. But if you enter edit mode and then leave, it always assumes a change, because it's comparing the cell's current value, which is always a string.