Add Copy Button to List View Columns?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • komi-rs
    Junior Member
    • Sep 2025
    • 8

    #1

    Add Copy Button to List View Columns?

    Hi everyone,

    I'm currently working with EspoCRM and I was wondering if there's a way to add a copy button to each column in the List View, similar to the one available in the Detail View.

    The idea is to allow users to quickly copy the content of a field directly from the list without having to open the detail view. Has anyone implemented something like this or found a workaround?

    I've also attached a screenshot to show how it could look.

    Any tips or guidance would be greatly appreciated!

    Thanks in advance!
  • shalmaxb
    Senior Member
    • Mar 2015
    • 1738

    #2
    Perhaps you could ask the developer to add this feature to this extension: https://www.eblasoft.com.tr/espocrm-.../ebla-list-pro

    Comment

    • emillod
      Active Community Member
      • Apr 2017
      • 1473

      #3
      If you're able to code, you have to extend field view and apply changes in res/templates.

      Comment

      • komi-rs
        Junior Member
        • Sep 2025
        • 8

        #4
        Thanks for the help. I found the following entry in the documentation:

        This seems to be exactly what I'm looking for. If I modify / create a new template, I should be able to insert the copy button just like in the detail view.

        Unfortunately, I haven't figured out how to tell Espo to use a different template for specific fields. Is that possible?

        Comment

        • emillod
          Active Community Member
          • Apr 2017
          • 1473

          #5
          If you override via custom directory field (you have to create new type which will use varchar), you can set different view for a field in entityDefs by defining "view" param.

          Comment

          Working...