jtranspose
v0.0.1
Published
jQuery plugin to transpose (invert rows and columns) of an HTML table
Readme
jTranspose
jQuery plugin to transpose (invert rows and columns) of an HTML table
How to use
<script src="/path/to/jTranspose.js"></script>
$('#my-table').jTranspose();
