Shortly, I'm going to need a JavaScript table widget for a new project - what options do I have?
Thanks in advance.
|
4
|
Shortly, I'm going to need a JavaScript table widget for a new project - what options do I have? Thanks in advance.
|
||||||
|
|
|
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:
|
||
|
|
|
|
http://www.jquery.com take a look at their UI library |
||
|
|
|
|
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/ |
||
|
|
|
|
You should look at Ext grids |
||
|
|
|
|
If you want one that's not tied to a particular framework, TinyTable might do the trick. |
||
|
|
|
|
jqgrid is pretty cool - http://www.trirand.com/blog/ |
||
|
|
|
|
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, |
|||
|
|
|
|
Ingrid is a wonderful table widget built in jQuery, with Row striping (complex patterns supported), Sorting (Server Side), Column resizing, Row & Column Styling and Beautiful default design, and more.
|
||
|
|
|
|
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 |
||
|
|