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-12 23:00 Back to release list
0.2.2

This fixes a major bug that was stopping the JavaScript in the page. The error was that quicksort did not like calling outside functions. So instead, this fix splits the natural compare sort (which is now a bubble sort) and the regular sort (which is still a quicksort), and fixes the problem. This release also adds a minor feature of being able to disable columns for sorting.
Tags: Major bugfixes

Project Resources