Shortly, I'm going to need a JavaScript table widget for a new project - what options do I have?
Thanks in advance.
Shortly, I'm going to need a JavaScript table widget for a new project - what options do I have?
Thanks in advance.
I'm not sure exactly what you are looking for, but there's jquery, dojo, and prototype javascript libraries. I've used sorttable in the past for sorting tables. http://www.kryogenix.org/code/browser/sorttable/
tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell. It has many useful features including:
* Multi-column sorting
* Parsers for sorting text, URIs, integers, currency, floats, IP addresses,
dates (ISO, long and short formats), time. Add your own easily
* Support for ROWSPAN and COLSPAN on TH elements
* Support secondary "hidden" sorting (e.g., maintain alphabetical sort when
sorting on other criteria)
* Extensibility via widget system
* Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+
* Small code size
YUI DataTable is pretty powerful http://developer.yahoo.com/yui/datatable/
Features:
If all you need is some usability improvements and stylistic control, take a look at TableCloth
Hi,
A powerful component can be found here. Take a special look no other datatable component provides single and double click at the same time. Another good feature is the pattern used to model datatable, dialog and buttons to work together.
Feel free to ask for anything else you want.
regards,
If you are using Asp.net a lot of the 3rd party Asp.net control vendors have data grids with jscript interfaces these days. These include support for ajax etc