Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.483.593 Times

nrsTable 0.3.3

  Date Added: August 16, 2010  |  Visits: 1.091

nrsTable

Report Broken Link
Printer Friendly Version


Product Homepage
Download (89 downloads)



nrsTable library 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. The following are some examples of how nrsTable can be used to make dynamic tables. Now, I have already entered the script declaration, which looks like: < script type="JavaScript" src="nrs_table.js" >< /script > In the head of this page. Now we can create different examples. Note that each table must have its own, unique id in order for this to work. Ill also be using the same dummy data for all the tables, since I dont feel like writting more than one example. The dummy data will look like this: < script language="JavaScript" src="nrsTable.js" > var header = new Array("First Name", "Last Name", "Income", "Date Hired"); var data = new Array( new Array ( "Joseph", "Smith", "$35,000", "2000"), new Array ( "Aaron", "Zelzet", "$45,000", "1997"), new Array ( "Michael", "Doe", "$55,000", "1965"), new Array ( "Cindy", "Perez", "$44,345", "2004"), new Array ( "Robert", "Williams", "$48,234", "1990"), new Array ( "William", "Cohen", "$12,234", "2005"), new Array ( "David", "Gross", "$34,563", "1998"), new Array ( "Linda", "Mendez", "$46,975", "1988"), new Array ( "Karen", "Anderson", "$124,345", "1978"), new Array ( "Veronica", "OReiley", "$89,034", "1968") ); < /script > Whats New in This Release: - A small bug that would skip displaying a row at the beginning of a table was fixed. - This was only the case in IE.. nrsTable news

Requirements: No special requirements
Platforms: Linux
Keyword: Allow Array Create Create Html Create Html Tables Html Tables Javascript Libraries New Nrstable Programming Script Tables To Create
Users rating: 0/10

License: Freeware Size: 31.74 KB
USER REVIEWS
More Reviews or Write Review


NRSTABLE RELATED
Database Tools  -  Grant a privilege on all user tables to another user 1.0
This script solicits a table privilege and grantee user name at the SQL*Plus prompt, then builds and executes a file of GRANT statements to grant the privilege on all user tables to the grantee user.
10 KB  
Database Tools  -  Convert MySQL tables to PHP class 1.0
Convert MySQL tables to PHP class retrieves the list of tables and information about their fields from a specified MySQL database. It can generate code for classes that can be used to access the respective MySQL table records as if they were...
10 KB  
Libraries  -  Tagneto 0.4.0
Tagneto is a web developer tool and JavaScript libraries to aid MVC development of XML user interfaces, with HTML web applications (DHTML, AJAX, RIA, Web 2.0, etc...) being the primary target. It is available under the GNU Lesser General Public...
4.6 MB  
Graphs and Charts  -  HTML-Graphs javascript 4.3
HTML-Graphs could be used to create horizontal / vertical bar graphs, progress bars and faders.You can create simple graphs and even grouped bar graphs with legends, add labels, change colors etc. No graphics ped bar gcal libraries are required.
10 KB  
Libraries  -  Template::Magic::HTML 1.39
Template::Magic::HTML Perl module contains HTML handlers for Template::Magic used in a HTML environment. SYNOPSIS $tm = new Template::Magic::HTML ; # that means $tm = new Template::Magic markers => HTML , value_handlers => HTML ; # that...
46.08 KB  
Games  -  3rd Edition Dungeons & Dragons Character Generator 3.5
3rd Edition Dungeons and Dragons Character Generator is an HTML/JavaScript Web page that allows the user to quickly and easily create new Dungeons and Dragons characters. The characters can be of any of the eleven classes, any of the playable...
87.04 KB  
Networking  -  AdGallery Slider 1.1
Plugin allow you create and end slide shows and insert it in your blog's posts and pages.
10 KB  
Development Editors  -  HTML Builder XP 2.0
HTML Builder XP is a powerful, professional and easy to use development environment for HTML. This development tool comes with an impressive and easy to use interface as well as many of the best features from other top HTML Editors. Some of the...
5.3 MB  
Libraries  -  ZZEE DHTML Menu 2.1.0
ZZEE DHTML Menu is a library for Javascript and PHP that you can use to create familiar dropdown menus like in desktop applications. ZZEE DHTML Menu is fairly easy to install and embed into your existing HTML or PHP pages. Benefits: Similar...
62.1 KB  
Libraries  -  Template::Library::HTML 2.15
Template::Library::HTML is a template library for building basic HTML pages. NOTE: This documentation is incomplete and may be incorrect in places. The html template library is distributed as part of the Template Toolkit. It can be found in the...
778.24 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB