Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Drag and Drop table columns for an HTML table

Just add class=sortable to a table tag and its column headers automatically support click to sort. Pretty slick. Once you have the JavaScript in place, you can simply add a class="draggable", and you can even work with both via class="draggable sortable".

Demo
sorttable.js
dragable.js

Read More......

KOTATSU

A simple html table generator that helps you add column classes quickly. Pretty Handy!
check the link below
http://www.askthecssguy.com/kotatsu/index.html

Read More......