开发者

Is there any JavaScript Grid plugin that have no framework dependency? [closed]

开发者 https://www.devze.com 2023-02-23 11:15 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消