views:

310

answers:

2

Hello,

I'm looking for a nice client-side way of presenting data for a web application that will mostly consist of datagrids. It doesn't have to be JavaScript, but it seems to be the most logical choice, because I like JavaScript. Also, I am not considering Flex.

So far I came up with the following (JS only):

ExtJS grid looks the most promising, in the way that it is mature, easily-extensible and feature-rich (in-line editing, grouping, paging, etc.).

Is there something out there I'm missing? Any links/suggenstions are profoundly appreciated!

+3  A: 

You should try the grid part of the YUI library. http://developer.yahoo.com/yui/datatable/ YUI is a really high quality library which is used by yahoo on its most demanding pages.

Tomh
A: 

There are a few really nice looking JQuery ones here: JQuery Plugins (#22 and #23), which would definitely be worth a look!

Andy Mikula