开发者

jQuery Grids that bind to JSON

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.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜