Announcement

Collapse
No announcement yet.

WordWrap Feature on List

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • WordWrap Feature on List

    Can we see all text field on the list but wordwrap like excel format? I want to see all situation on the list.. It is annoy to click link and check in it. I found some php function but not sure how implement it. Maybe already have this feature in Espo. For instance I want to see all description text in the list but for that I need to increase "with%" value but this time destroy page. I want to make them word wrap.

    https://github.com/espocrm/espocrm/b...b_wordwrap.php
    Last edited by EdmondDantes; 01-18-2017, 06:35 AM.

  • #2
    hey no one know that? ((

    Comment


    • #3
      I did something looks like this

      list template of field

      <span class="complext-text" style="word-wrap: break-word; white-space: normal;">
      {{{value}}}
      </span>

      Comment


      • #4
        Thank you for that Tanya but I do not know where should I put those code. ( I'll share with our it department. I try it on chrome inspect element. Can you check the picture please?
        Attached Files
        Last edited by EdmondDantes; 01-20-2017, 08:26 AM.

        Comment


        • #5
          Will be done.

          Comment


          • #6
            Maybe limit the maximum height to 5 lines or so, otherwise this will behave badly with very long content (just as bad as Excel does).

            Comment


            • EdmondDantes
              EdmondDantes commented
              Editing a comment
              What Tanya said I did. And now I am happy. I have obtained what I want thanks to her.

          • #7
            There is "Show More" link cutting the text.

            Comment

            Working...
            X