Socket
Socket
Sign inDemoInstall

cliptable

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cliptable

Excel数据copy到table中


Version published
Maintainers
1
Install size
12.6 kB
Created

Readme

Source

cliptable

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

使用

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

cliptable(table[, options]);

OPTIONS

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

Keywords

FAQs

Last updated on 18 May 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc