issues
search
o0101
/
good.html
💎 Good.HTML. A nice framework without the bad stuff. Lots of custom elements, and nice templates. Good. HTML
https://o0101.github.io/good.html/
MIT License
21
stars
2
forks
source link
load cells as a standalone "Spreadsheet with JavaScript scripting"
#27
Closed
o0101
closed
3 years ago
o0101
commented
3 years ago
hahaha
maybe I should put it in a webworker first
o0101
commented
3 years ago
[x] style properly
[ ] multi-selection (like excel for copy paste),
[ ] import and export (csv -- use csv parsing library)
[ ] import and export using API (programmatically input and output data)
[x] column / row dragging for width / height
[x] size dragging also on mobile
[ ] cell sorting (ascending / descending)
later:
[ ] implement proper change propagation, by getting used variables using the proxy (somehow)
[ ] consider doing compute inside a webworker to isolate from main thread and from DOM
hahaha
maybe I should put it in a webworker first