jQuery plugin tablecloth.js helps you without any problems, easily and fast style your HTML tables along with some simple customizations, just because manual styling tables is typically tedious and time-consuming.
tablecloth builds off the Twitter Bootstrap. It also includes popular jQuery table manipulation plugins like tablesorter.
Features:
- Twitter Bootstrap styling
- Table sorting
- Simple customizations
- Themes supporting
- Sticky headers
- Pagination
- Searchable
- Theme creator
If you'd rather spend your valuable time making the other elements of your site pretty, use tablecloth to do the heavy lifting
// Without any customizations
$("table").tablecloth();
// With customizations
$("table").tablecloth({
theme: "default",
bordered: true,
condensed: true,
striped: true,
sortable: true,
clean: true,
cleanElements: "th td",
customClass: "my-table"
});