Contents tagged with tables
-
Sorting the columns of an HTML table using JQuery
In this post I will show you how easy is to sort the columns of an HTML table. I will use an external library,called Tablesorter which makes life so much easier for developers.
-
Highlighting rows and columns in an HTML table using JQuery
A friend of mine was seeking some help regarding HTML tables and JQuery. I have decided to write a few posts demonstrating the various techniques I used with JQuery to achieve the desired functionality.