Posts Tagged "table"

Table sorting collection using prototype javascript

January 31st, 2010 by aditia rahman / 2 Comments  

     

In this post I want to show some solution to build sorting table using Prototype Javascript Framework, although the library is not really popular right now (maybe because of Jquery), the community is still live. Most of this script using default style, of course you can customize it.

1. Table Orderer

DemoDownload