UNPKG

tabulator-tables

Version:

Interactive table generation JavaScript library

10 lines (9 loc) 216 B
export default { copyToClipboard:function(e){ if(!this.table.modules.edit.currentCell){ if(this.table.modExists("clipboard", true)){ this.table.modules.clipboard.copy(false, true); } } }, };