Want to have a display table with sorting , searching, paging functionality on the html page using jquery
The following are the details of the issue I am facing:
A] Technologies being used in the project:
jQuery, Py开发者_StackOverflow社区thon, Django, google app engine.
B] Question/ feature I am trying to add to the html page
1] Want to add a table on the html page
2] Table should have multi column sorting functionality, if possible.
3] Table row colors should be slightly different from each other, so user can easily differentiate between them.
4] Search box on top of the table which allows the user to search the table.
5] Pagination in the table in case there are lot of rows to display
Can someone can provide to a well known library that is used for this purpose and will work with my server side code.
Thanks for reading.
Have a look at the DataTables plugin for jQuery. It will solve your problems
http://www.datatables.net/
Isotope lets you use dynamic ordering and layout on different properties on client side and it's based on jQuery. You should definitely check it out.
精彩评论