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.
| Tags | Internet Web Dynamic Content CGI Tools/Libraries |
|---|---|
| Licenses | GPL |
| Implementation | JavaScript |
Recent releases


Changes: A small bug that would skip displaying a row at the beginning of a table was fixed. This was only the case in IE.


Changes: this release fixes a bug that occurred when the user tried to change the number of entries per row.


Changes: This release moves the left arrows when the user is browsing the first page and the right arrows when the user is browsing the last page. It deals with a bug when the links or data array are null or empty. It updates all the documentation for the project.


Changes: 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.


Changes: When the user specifies the display of a nav bar, it will only display it if there is more than one page.