Tablecloth is lightweight, easy to use, unobtrusive way to add style and behavior to your html table elements. You will be able to use Tablecloth by simply adding 2 lines of code to your page, there’s absolutely no need for hard-coded id or class names.

You can modify the look & feel of Tablecloth by making changing to the CSS file. Tablecloth enables you to style: even and odd rows, mouse-over, mouse-out, mouse-down and selected state for table elements (th and td). Apart from that, you are able to select whether you want to highlight columns, rows or both. You can even specify if you want elements to be selected on click.
Good things come to good people
Tablecloth is meant for proper usage of tables only (i.e., for displaying tabular data only). If you are using table-based layouts it will cause more headache then the layout itself. So if you are using Tablecloth; make sure that you don’t use tables for anything else but tabular data.
Developed by Alen Grakalic of CSS Globe; you can find further information, demos & download on Tablecloth Website.




Thanks ! I was searching for a table layout for my web application. Thanks a lot !