Flexbox and divs instead of tables

Hi, I’ve been reading that it is not possible to edit tables yet. If I make a ‘table’ from divs and use flexbox will I be able to update that with sitecake? Thanks

Hi, it should work with divs. Also you can add a div inside each table cell and use it like that

Thanks predragleka, that’s good to know there are a couple of options.

It should also be possible to create <div class="sc-content table"> with property display: table;
Then put unordered lists in that div and style like: .table ul { display: table-row; } and .table ul li { display: table-cell; }

@hitcom, genial solution :slight_smile:!
Unfortunately it only works correctly when [ul][li][/li][li][/li][li][/li][/ul] structure is created outside of this table-styled sc-content elemnt and then dragged there. If [ul] structure is created directly in table styled sc-content, ‘Enter’ key is not working as new [li] but as a [br /].
Any idea how to handle this obstacle?

Sorry. ul li/li li/li li/li /ul instead of that.