• Resolved YogieAnamCara

    (@yogieanamcara)


    Hello John,

    I have found a feature that I don’t want to have πŸ™‚

    In a cell at the table editor I create a line break (alt+return) to break the text into multiple lines. At the editor this works and looks great. But the table at the front end is displaying the cell in a single row.

    Maybe there is something I have to do differently to get the line break feature work?

    Cheers
    Joerg

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author MyThirdEye

    (@mythirdeye)

    Hey Joerg,

    Thanks for bringing this to my attention, I will look into this issue, but for now, you can force a line break by simply using the html tag <br>

    For example if your cell value is

    “this is my cell value”

    and you want to display it as

    “this is”
    “my cell value”

    then you would put <br> after this is, like so:

    “this is<br>my cell value”

    I will look into the alt+enter method and see if I can automatically insert a <br> tag in there. The reason it works in the editor but not in the front end is because in the front end, a complete new table is generated with new options- I just didn’t think to look for line breaks when inserting the value.

    Thanks again for all the help Joerg, you’re awesome man!
    John

    Thread Starter YogieAnamCara

    (@yogieanamcara)

    πŸ˜€ OMG I could have thought myself on this as you also use HTML for links!

    Anyway as the editor was accepting the common way to make a line break I thought it is a feature which is unsupported πŸ™‚

    • This reply was modified 9 years, 6 months ago by YogieAnamCara.
    Plugin Author MyThirdEye

    (@mythirdeye)

    This is going to be something a lot more people are going to ask about, I can feel it- I will try to fix the alt+enter method asap πŸ˜€

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘line break in cell’ is closed to new replies.