I have seen a couple of great jQuery grids out there such as FlexiGrid and jQGrid..
Both of these seem to require that you bind them to a webservice. Can anyone suggest a grid that is like these but does not require a web server? I have JSON that is generated by my application a开发者_运维技巧nd I want to bind a grid to it. No need for a server to perform AJAX requests to.
Thanks!
Take a look at DataTables.net. They even have an example on how to bind to a JS array, which isn't exactly JSON but lets you bind to an offline datasource.
I've used this plugin quite a bit in my projects in the traditional manner, and I've found it to be pretty fast and quite extensible.
精彩评论