jTPS: Animated Sortable Datagrid jQuery plugin
Date : 2008 09 05 Category : Tech & DevelopmentThe data grid above is a jQuery plugin jTPS that creates a table you can sort and page through, using nice animations, all via a simple call out:
PLAIN TEXT JAVASCRIPT: $(document).ready(function () { $(’#TABLETOCONTROL’).initTable( {perPages:[5,12,15,50,'ALL']} ).controlTable(); });