How to add sequence number column in grid report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Azraelz
    Junior Member
    • Oct 2025
    • 9

    #1

    How to add sequence number column in grid report

    I'm building an HRIS using EspoCRM and currently working on creating a salary recap report using the Reports feature. I'm facing an issue when creating the PDF template - I cannot add a row number column to the report.

    Currently, I'm using this code in my PDF template:

    {{reportTable border=1 borderColor="#333" cellpadding=2 fontSize=7}}

    This helper generates the table automatically with all my report columns, and it works well. However, I need to add a "No" (number) column as the first column to show the row sequence (1, 2, 3, etc.).

    Is it possible to add a row number column when using the {{reportTable}} helper?​
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9570

    #2
    Hi,

    Currently there's no such an ability.
    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...