Download List

Descripción del Proyecto

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-02-15 17:06
0.3.3

Un pequeño fallo que se muestre la fila en el comienzo de una mesa fija. Esto sólo fue el caso de IE.
Tags: Minor bugfixes
A small bug that would skip displaying a row at
the beginning of a table was fixed. This was only
the case in IE.

2006-01-25 22:02
0.3.2

Esta versión corrige un error que se produjo cuando el usuario intentó cambiar el número de entradas por fila.
Tags: Minor bugfixes
this release fixes a bug that occurred when the user tried to change the number of entries per row.

2006-01-20 22:43
0.3

Este comunicado se mueve en las flechas izquierda cuando el usuario está navegando por la primera página y las flechas de la derecha cuando el usuario está navegando por la última página. Se trata de un error cuando los vínculos de datos o matriz son nulos o vacíos. En él se actualiza toda la documentación para el proyecto.
Tags: Major feature enhancements
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.

2006-01-12 23:00
0.2.2

Esta corrige un error importante que iba a parar el código JavaScript en la página. El error fue que quicksort no le gustaba llamar a funciones externas. Así que en vez, esta revisión se divide la clase comparar naturales (que ahora es una especie de burbuja) y el tipo regular (que sigue siendo un quicksort), y corrige el problema. Esta versión también añade una función de menor importancia de ser capaz de desactivar las columnas para la ordenación.
Tags: Major bugfixes
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.

2006-01-10 23:02
0.2.1

Cuando el usuario especifica la visualización de una barra de navegación, sólo se mostrará si hay más de una página.
Tags: Minor feature enhancements
When the user specifies the display of a nav bar, it will only display it if there is more than one page.

Project Resources