Y
Hacker News
new
|
ask
|
show
|
jobs
by
simonw
237 days ago
You knew about the .insertRow() and .insertCell() methods?
1 comments
spiderfarmer
237 days ago
I made my first CRUD UI that didn't do full page refreshes with those methods.
link
embedding-shape
237 days ago
I think most of us did the ol `$el.appendChild(document.createElement('tr'))` dance rather than using those, at least I did during the 00s for sure.
link