I need a sortable table or grid widget in JavaScript which can handle real-time updates. I will be updating rows within the table via updates from Comet and preferably don't want a widget that requires me to redraw the whole table on each update or hogs the CPU when updating.
+1
A:
Try ExtJs. It has configurable data adapters that can work from local data (XML, array, JSON, etc.), or remote.
There are many grid examples, but this one might meet your needs.
RedFilter
2009-09-30 20:18:14
A:
Dojo's Dojox Grid purportedly supports this feature when used with a QueryReadStore as its backend.
Unfortunately, I do not have a working example of this.
Lee Fogel
2009-10-20 02:33:26
A:
azeem
2010-08-18 12:12:38