Skip to content

papayaah/jquery-rowcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Hint

Released on July 6, 2010.

Automatically adds row numbers on an existing table.

Screenshot of the demo

To use:

<script type="text/javascript" src="jquery.rowcount-1.0.js"></script>

Add row numbers to all tables:

  $('table').rowCount();

The following are the possible options:

startAt – lets you start the next count at a specific number
column – lets you display the row count at a specific column

Eg,

  $('table').rowCount({startAt:5, column:2});

Apply as many times on an existing table to have it recount the rows.

About

automatically appends row numbers to an existing table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published