UNPKG

tabulator-tables

Version:

Interactive table generation JavaScript library

11 lines 227 B
export default { replace:function(rows){ return this.table.setData(rows); }, update:function(rows){ return this.table.updateOrAddData(rows); }, insert:function(rows){ return this.table.addData(rows); }, };