I am trying to create a simple spreadsheet (with the previous REST / JSON end) that looks like a Google Docs (or Excel) spreadsheet. I have a working model that uses HTML input fields and select boxes.
Is there a way to make this look like a real spreadsheet and use "ContentEditable = true" and also handle the "Tab" keys?
source share