Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
zkmon
4mo ago
0 comments
Share
Just a catchy title. Not abandoned etc. This is the only API available to manipulate HTML table tags.
0 comments
default
newest
oldest
jazzypants
4mo ago
Most people use declarative frameworks to build tables, and you could just use `innerHTML` or `append` or any other imperative DOM API to work with tables.
moritzwarhier
4mo ago
Declarative frameworks build on the imperative DOM API.
simonw
4mo ago
They don't use .insertRow() and .insertCell(). Try searching the React codebase for those.
2 more replies
jazzypants
4mo ago
And, not a single one of the declarative frameworks use the HTMLTableElement API!
2 more replies
moritzwarhier
4mo ago
appendChild, replaceChildren, etc work fine with tables?
j
/
k
navigate · click thread line to collapse