How to a make table in divhunt?

I’m trying to create a standard HTML table in Divhunt, but I can’t find any native support for the <table>, <tr>, <th>, or <td> elements in the builder.

Does Divhunt provide these elements directly, or is there a recommended way to structure a table using the platform?

Right now, it’s a bit frustrating to manually replace div elements with table elements using JavaScript. Is there a better solution for this?

Hi,

We didn’t include table elements in Divhunt, simply because we thought noone is using tables anymore, anything can be done with grid/flex and divs?

But I guess we should add it, doesn’t cost us anything. I can add it this week

Other way is to use embed code and use custom HTML inside

Thanks! We’d really appreciate it if you could add proper HTML table elements.

I get that most users stick with divs using Flexbox or Grid. They’re great for layouts. But for our project, we’re dealing with large datasets that need pagination, filtering, and a clean way to review data and native tables just handle this better.

They load faster, and keep everything organized without extra workarounds. For data-heavy cases like ours, tables are still the best tool for the job! (Don’t get me wrong. I use divs/Flexbox/Grid everywhere else on our site!)

Can I know what you are building, sounds big, using rest api maybe?

I am asking more so I can get your feedback. If you are creating big project in Divhunt, would love some case study, feedback and similar :slight_smile:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.