Dynamic rowspan based on the content of the table for ADPP
npm install adpp-rowspanizerUse 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'});- Requires jQuery 1.7+.
This plugin is available under the MIT license.