vote up 0 vote down star

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.

flag

3 Answers

vote up 1 vote down

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.

link|flag
vote up 1 vote down

I've never used it, but I did come across jqGrid a few days ago. Has loads of examples.

Main Site
Examples

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.