jQuery plugin for Fast Table Styling – Tablecloth.js

0

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.

jQuery plugin for Fast Table Styling

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"
});

Visit Tablecloth.js
Get Tablecloth.js v1.0.0

LEAVE A REPLY

Please enter your comment!
Please enter your name here