Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8709107
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:17:18+00:00 2026-06-13T04:17:18+00:00

I asked this same question about a week ago, but I might not have

  • 0

I asked this same question about a week ago, but I might not have been clear with what I wanted.
I already have a table created that is sorted/filtered by several different select boxes.
I need the first column in my table to increment, for example:

1 |

2 |

3 |

etc.

I know that this is a simple problem that has an easy explanation, but I have not been able to figure it out. I would like it to function something like the teams in this website: http://espn.go.com/college-football/rankings

Any help is greatly appreciated

Thanks,

Jack

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T04:17:20+00:00Added an answer on June 13, 2026 at 4:17 am

    If you just want number in a table that always run consecutively (1,2,3), then just do:

    <% count = 1 %>
    <table>
      <% collection.each do |c| %>
        <tr>
          <td><%= count %></td>
          <td>other info...</td>
        </tr>
        <% count += 1 %>
      <% end %>
    </table>
    

    Or, even shorter (as suggested in the comments by “@mu is too short”)

    <table>
      <% collection.each_with_index do |item, index| %>
        <tr>
          <td><%= index %></td>
          <td><%= item </td>
        </tr>
      <% end %>
    </table>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have already asked a question about this, but the problems keeps on hitting
I've already asked this question, but that was about FreeImage . Now I'm trying
I asked the almost the same question before also, but i have not yet
I recently asked just about the same question, but this one got a little
This is an edit of a question I asked about a week ago. I'm
Probably someone has already asked this question but I'm not sure what I'm looking
This is driving me nuts. I believe I asked this exact same question, but
This is the same question asked in C# but i need for C++ How
Why the same question again This question has been asked around 100 times on
I know this has been asked much the same before but no answers seem

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.