1.0.0 • Published 8 years ago
pd-table-row-span v1.0.0
table-row-span
Automatic rowspan based on the content of the table
demo
open demo.html in browserrowspan Rules


jquery
$('#table-merge').PdTableRowSpan()options
$('#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
})destroy
$('#table-merge').PdTableRowSpan('destroy')License
This plugin is available under the MIT license.
1.0.0
8 years ago