Automatic rowspan based on the content of the table
open demo.html in browser
$('#table-merge').PdTableRowSpan() $('#table-merge').PdTableRowSpan({
tags:'td',// compare tags
verticalAlign:'middle', //rowspan style 【middle top bottom】
from:2,// compare start col ,start from 1
to:4// compare end col,start from 1
}) $('#table-merge').PdTableRowSpan('destroy')This plugin is available under the MIT license.