In my one of previous post about inline editing of HTML table, I got request from one of my reader about how to sort table data based on columns. There are two types of sorting one is client side and another is server side. In this post we will be implementing client side sorting using a wonderful and easy to use plugin table sorter. There are various complex and more advanced plugins like jqgrid which allows you to sort table data based on column, but these complex plugins offers you more than that. They offer pagination, editing content of table etc.
view source