Skip to content

marcosesperon/jquery.rowspanizer.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery.rowspanizer.js

Dynamic rowspan based on the content of the table

Example

Demo

http://codepen.io/marcosesperon/pen/MyWNGx
An example with headers:
https://codepen.io/saier00/pen/jOOxPVB

jQuery

Use the plugin as follows:

$('table').rowspanizer();

By default, vertical-align: top css style will be added. You can override default by passing the vertical_align option:

$('table').rowspanizer({vertical_align: 'middle'});

You can define columns to rowspanize:

$('table').rowspanizer({columns: [0,1,2]});

Notes

  • Requires jQuery 1.7+.

License

This plugin is available under the MIT license.

About

Dynamic rowspan based on the content of the table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published