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?
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!)