Is there any JavaScript Grid plugin that have no framework dependency? -


is there javascript grid plugin have no framework dependency?

specifically, want able display grid of information sorted , searched per column basis.

the best example have found of kind of grid i'd slickgrid.

this example of sorting per column feature want.

http://mleibman.github.com/slickgrid/examples/example-header-row.html

and example of sorting entries per column. click on column's header , entries sorted.

http://mleibman.github.com/slickgrid/examples/example4-model.html

but slickgrid needs jquery. rather not use jquery, interested in using different javascript framework named spark.

http://sparkjs.co.uk/

so looking use simple grid use 2 features. ajax sugar cool too, not extremely important, moment.

i needed find js grid component commercial web app. 2 years ago checked several libraries , chose active widgets' grid component.

http://www.activewidgets.com/general.intro/

it not have external dependencies. documentation better actual library creates nice looking grids.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -