Can i add an table to my site?
For now you can only add EMBED Object to the project and type the whole <table>...</table>
stuff by hand.
Oh thank you! I didnt know that!
Weāre gonna be adding basic elements like tables and lists after we add multiple page support.
@thesergie will you be making separate html files for each page? Or maybe it will be more like the āheader-footerā trick I already said about somewhere on this forum?
@bartekkustra Weāre going to have āmaster pagesā which will share header and any other element you choose to other pages.
This is written a while ago, is this implemented?, I cannot find anything about it and itās an obvious feature to me
Tables are really tricky because there are a lot of different elements that we have to āmake editableā like all the other HTML5 elements:
<table>
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
Thatās not to say we wonāt want to add it. We want webflow to have all the common HTML tags that a coder would have. So thank you for your patience!
Figured I would rekindle this fire. How are we looking on the table development front Sergie? It would be a beautiful thing to see a table widget or option of some sort down the road. Building columns and adding list elements is not a pretty thing⦠Iām just saying.
What happened to this since 2014?
Could anyone comment on this?
Thanks,
Gabriel
Iām interested in this feature as well. I would love it you guys could figure out how to do it⦠Do you still have people working on it?
See this thread. This is the solution I have used. Very simple with the embed
How do i create a Table on Webflow?: