1.0.0 • Published 7 years ago

pd-table-row-span v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

table-row-span

Automatic rowspan based on the content of the table

demo

open demo.html in browser

rowspan Rules

npm.io

npm.io

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

7 years ago