views:

15

answers:

1

Hi all, I'm starting a project that requires basic CRUD operations, paging, sorting... on a set of data through a web page and I'd like to do the view part in jQuery. I've googled free grid panel and jquery and I found lots of libraries: datatables, YUI datatable, extJs.... Any recommendation?

Thanks a lot

A: 

I've found DataTables to be very good (at least for paging and sorting). The API and examples are fairly extensive and you can customize the asynchronous requests quite well to adapt them to your needs (depending on how the service providing the data is implemented).

I'm not sure how ExtJS interacts with jQuery. The default look and feel is definitely different to most default jQuery widgets/libraries, although that could probably be changed. (Another thing to look at is its licence, GPL or commercial, which isn't the same as jQuery, if that's an issue.)

Bruno