Pricing Blog

Get side by side column in table

  • matt_apollodev-1387467517894590544

    Matthieu B.

    1 month ago

    I'm trying to follow html principles, but my column don't show side by side. What am I doing wrong ?
    1387467518133801031-image.png
  • filip_dajkovic-1387473982046867476

    Filip Dajkovic

    1 month ago

    You need to change display properties for each element. Nordcraft used to have a prebuilt table with all of the elements and display properties already defined but just a couple of days ago they changed that with the new 'add element ' element, so you'll need to change table's display to table, thead's display to table-header-group...
    🙌1
  • matt_apollodev-1387504723812155434

    Matthieu B.

    1 month ago

    Oh … right.
    Little thing that I needed to know.
    Thanks for saving my day 🙏
    👍1
  • chr.foss-1389229033916596325

    chr.foss

    1 month ago

    Just bringing this back, as I'm experiencing the same issues.
    I've set the table element to displan: table via the ui and on the thead I've set the display: table-header-group, but it's still not working :/
    1389229034025521332-image.png
  • filip_dajkovic-1389252571977351341

    Filip Dajkovic

    1 month ago

    You need it for all elements:
    table: table;
    thead: table-header-group;
    tr: table-row;
    th: table-cell;
    tbody: table-row-group;
  • filip_dajkovic-1389253036739792956

    Filip Dajkovic

    1 month ago

    This was so much better before, I hope Nordcraft Team can do something about it to make it work a bit better and to make it easier for us to use native HTML tables
    2
  • chr.foss-1389516012268814539

    chr.foss

    29 days ago

    Thanks a million, but yeah- thats quite time consuming!

    @Andreas Møller ^ Bring back tables 😄