1.1.4 • Published 6 years ago

adpp-rowspanizer v1.1.4

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

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.

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago