You knew about the .insertRow() and .insertCell() methods?

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.