2012-12-16, 10:45 PM
Depends if you want to do this server side or using just HTML and Javascript.
Serverside:
Just use a database or XML file with all the properties of the tropical fruits in them and then a simple script to retrieve only fruits with those properties.
HTML and Javascript:
Use some pre-made library such as: http://tablesorter.com, either use their demo and just build onto it or try to start new.
I think the table sorter library would be your best option
Serverside:
Just use a database or XML file with all the properties of the tropical fruits in them and then a simple script to retrieve only fruits with those properties.
HTML and Javascript:
Use some pre-made library such as: http://tablesorter.com, either use their demo and just build onto it or try to start new.
I think the table sorter library would be your best option

