By seehui on
I'm using View module to show user signup list in the event node. I'm using table in the style part. I wish to add an extra column in the table to show numbering, so that the table will shows like this:
1. Name User: Signup Time
2. Name User: Signup Time
Anyone know how to add the column to show the numbering?
Comments
views_customfield module
You can use http://drupal.org/project/views_customfield to show serial number in column.
Thanks! I get what I want!
Thanks! I get what I want!
Serial Number in views using custom php field
This section needs to kept in view header section and needs to be saved as php
The below section needs to be added in a custom php field.
This is useful to me! Really
This is useful to me! Really thank you for the codes!
You rock!
Thank you so much, it worked for me.