animate.table
Table updated with animation

Row template: the billboard top 10

   
       var options = {
            headers: [" RANK ", "Singer", "Song"],
            headerWidth: ["120px", "120px", "400px"],
            rows:  rowData,
            styles: "redhot",
            rowTemplates: [
               " <h2 class='order'>{{_index}}</h2> <div class='last-week'>Last Week {{history}}</div>",
                '<div class="image"  style="background-image: url(sub/img/{{image}})"></div>',
               " <div class='song'>{{singer}}</div><div class='singer'>{{name}}</div>"
            ],
            pageEntranceAnimation: "pt-page-scaleUp",
            pageExistAnimation: "pt-page-rotatePushLeft"
       };