The grid provides basis functionalities like Sorting, Complex Searching, Paging, Column Freezing, etc. The server to client communication is in JSON so that simple POJOs can be used on the server side.
As of now the code uses Servlet for initial rendering but soon that will be converted to a jQuery Plugin for multiple platform. For other detail refer to the Google Code project site : http://code.google.com/p/bsgrid
How can I see demo ?
ReplyDeleteIs any link to download and test this grid.
Paul
Forget it!
ReplyDeleteTry this!
http://trirand.com/blog/jqgrid/jqgrid.html
jqgrid is quite popular and feature rich.
ReplyDeleteBut we wanted some basic functionality like column freezing and client/server side table generation for faster response which were not available in the jqgrid at the time of initial development.
I started the project as a small prototype to my employer to aggregate required functionality and it worked pretty well; at the moment the project is enhanced to many like jqgrid feature and powers many production applications in our in-house environment.
I have also created a jqgrid wrapper for Java for one of my freelance customer.