Is there any JavaScript Grid plugin that have no framework dependency?
Specifically, what I want is to be able to display a grid of inf开发者_运维百科ormation that could be sorted and searched as per column basis.
The best example that I have found of the kind of grid I'd like is SlickGrid.
This is an example of the sorting per column feature I want.
http://mleibman.github.com/SlickGrid/examples/example-header-row.html
And this is an example of sorting the entries per column. You click on the column's header and entries are sorted.
http://mleibman.github.com/SlickGrid/examples/example4-model.html
But SlickGrid needs JQuery. I would rather not use JQuery, as I am interested in using a different JavaScript framework named Spark.
http://sparkjs.co.uk/
So I was looking for something I could use for a simple grid that just use those two features. Ajax sugar would be cool too, but not extremely important, for the moment.
I needed to find a good JS grid component for a commercial web app. 2 years ago I checked several libraries and I chose Active Widgets' Grid component.
http://www.activewidgets.com/general.intro/
It does not have any external dependencies. Documentation could be better but the actual library creates really nice looking grids.
精彩评论