timwis / dataface

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

Header cells support spreadsheet-like renaming #14

Closed timwis closed 7 years ago

timwis commented 7 years ago

Renaming a column should probably work just like changing the value of any other cell -- double click it or navigate to it and hit enter. When you save it will do something completely different of course.

timwis commented 7 years ago

Nearly finished -- just need to add an "on save" callback (a stub for now)