jQuery Plugin To Transform Table Rows Into Tables - table2tables

File Size: 4.19 KB
Views Total: 1314
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin To Transform Table Rows Into Tables - table2tables

table2tables is a simple and easy-to-use jQuery plugin that split table rows into multiple tables for more readability on small screens like Mobile and Tablet.

How to use it:

1. Place the jQuery table2tables.js script after jQuery library but before we close the body tag.

<script src="//code.jquery.com/jquery.min.js"></script>
<script src="table2tables.js"></script>

2. Just call the function on your html table containing large number of data rows and the plugin will take care of the rest.

$('table').table2tables();

This awesome jQuery plugin is developed by Pentaprizm. For more Advanced Usages, please check the demo page or visit the official website.