Hacker News new | ask | show | jobs
by simonw 237 days ago
You knew about the .insertRow() and .insertCell() methods?
1 comments

I made my first CRUD UI that didn't do full page refreshes with those methods.
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.