WordWrap Feature on List

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EdmondDantes
    Junior Member
    • Jan 2017
    • 19

    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.
  • EdmondDantes
    Junior Member
    • Jan 2017
    • 19

    #2
    hey no one know that? ((

    Comment

    • tanya
      Senior Member
      • Jun 2014
      • 4308

      #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

      • EdmondDantes
        Junior Member
        • Jan 2017
        • 19

        #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

        • yuri
          Member
          • Mar 2014
          • 8440

          #5
          Will be done.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          • alasdaircr
            Active Community Member
            • Aug 2014
            • 525

            #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.
          • yuri
            Member
            • Mar 2014
            • 8440

            #7
            There is "Show More" link cutting the text.
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            Working...