Do you know that there is an HTML tables API?
christianheilmann.com
Do you know that there is an HTML tables API?
1–10 of 206 posts
Re: Do you know that there is an HTML tables API?
#2Re: Do you know that there is an HTML tables API?
#3I remember doing this 25 years ago, but I assume (and hope) it's a huge minority who do this today?
Re: Do you know that there is an HTML tables API?
#4Tables died (thankfully) to make room for flex and grid. I can't see any use case for them at all anymore.
Re: Do you know that there is an HTML tables API?
#5Tables died (thankfully) to make room for flex and grid. I can't see any use case for them at all anymore.
Re: Do you know that there is an HTML tables API?
#6Re: Do you know that there is an HTML tables API?
#7Tables died (thankfully) to make room for flex and grid. I can't see any use case for them at all anymore.
Re: Do you know that there is an HTML tables API?
#8Tables died (thankfully) to make room for flex and grid. I can't see any use case for them at all anymore.
just gives you so many good defaults (semantic structure, accessibility, column styling, column alignment, keyboard navigation) for free compared to using CSS to create your own table, that I'm not sure why you wouldn't use for tabular data.
Of course, if you need masonry, card grids and so on it makes sense, do actual layouting with layouting tools. But thankfully hasn't died just yet, it's still better than CSS for many use cases.
Re: Do you know that there is an HTML tables API?
#9> That way they’d finally get the status as data structures and not a hack to layout content on the web. I remember doing this 25 years ago, but I assume (and hope) it's a huge minority who do this today?
Re: Do you know that there is an HTML tables API?
#10Tables died (thankfully) to make room for flex and grid. I can't see any use case for them at all anymore.