Download List

Project Description

nrsTable is a JavaScript script that will allow a
developer to create HTML tables from arrays. The
tables can be automatically sorted simply by
clicking on the heading. A lot of customization
can be done for the tables, such as colors, pages,
captions, and more.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-01-04 20:46
0.2

This release adds the ability to sort better, using the natural
compare algorithm developed by Kristof Coomans (based on Martin Pool's
implementation). Because this adds new functionality to nrsTable, the
new version number will be set to 0.2.
Tags: Major feature enhancements

2005-12-17 06:00
0.1.2

This release fixed a bug with using multiple tables that was caused by the data_array (and the headers, row_links, and cell_links) being used as a reference. This caused sorting to be messed up in many tables with the same data and was fixed by cloning the array, which is done by calling array.concat(), since there is no clone method.
Tags: Minor bugfixes

2005-12-16 23:09
0.1.1

This release makes sure that the pages counter gets updated when replacing data into an already existing table. This is done through the function newData(), and it allows you to only replace the data cells (not the heading) and the links. It is useful when using AJAX.
Tags: Minor bugfixes

2005-12-16 08:29
0.1

Tags: Initial freshmeat announcement

Project Resources