1.0.0 • Published 8 years ago

cliptable v1.0.0

Weekly downloads
87
License
ISC
Repository
github
Last release
8 years ago

cliptable

Excel之类有格式的数据copy到table中

使用

var table = document.querySelector('table');

cliptable(table[, options]);

OPTIONS

属性备注
inputSelectorinput筛选,string(在设置数据时使用,默认为:'input')
trSelectortr筛选,string
tdSelectortd筛选,string
trOverflowCallback行溢出回调函数,数据数大于行数情况下执行
tdOverflowCallback列溢出回调函数,数据数大于列数情况下执行