Skip to content

wakita181009/adpp-rowspanizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery.rowspanizer.js

Dynamic rowspan based on the content of the table for ADPP

INSTALL

npm install adpp-rowspanizer

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

Notes

  • Requires jQuery 1.7+.

License

This plugin is available under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published