timwis / dataface

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

Order of rows changes when you modify a row #36

Closed timwis closed 7 years ago

timwis commented 7 years ago

We're not ordering by any of the columns. Options:

  1. Get the fields first, then pass the first column name to getRows (which may be necessary given we'll want users to be able to change the sort column/dir)
  2. Investigate a way to "order by the first column" like ORDER 1 or ORDER BY CTID
timwis commented 7 years ago

Going with option 1