Need to make a (local) website with a large list of items that should be able to be arranged in different ways (price, type, alphabet, etc). Any nice ideas how to do this?
Most Helpful
Most Helpful
I would definitely the jQuery sortable list option. This plugin will allow you to create lists that can be handled in various ways. It adds great usability to your site and is easy to use.
You should also consider paging if the amount of data is big. Also... Consider other usability features as well... Grouping, etc. This way, your users will get easier access of your data, while not having all the data in their browsers (this tends to get slow).