Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pokle/tastysheet
https://github.com/pokle/tastysheet
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pokle/tastysheet
- Owner: pokle
- Created: 2012-01-15T14:04:53.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-09T11:24:58.000Z (almost 13 years ago)
- Last Synced: 2023-03-11T00:19:15.715Z (over 1 year ago)
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TastySheet the HTML5 contenteditable table
====A little experiment to see if HTML5 has come far enough to create editable tables that
behave like spreadsheets with respect to navigation.You can use the usual keys - ENTER, TAB, SHIFT-TAB to navigate. You can also use the
arrow keys, but you need to hold down CONTROL or COMMAND (Apple).Knockoutjs rocks, and I've used it to pump data into the table, and organise my code
using the MVVM pattern - but it isn't strictly required for this demo.See it in action at http://pokle.github.com/TastySheet/