UNPKG

tabulator-tables

Version:

Interactive table generation JavaScript library

10 lines (9 loc) 219 B
class ExportRow{ constructor(type, columns, component, indent){ this.type = type; this.columns = columns; this.component = component || false; this.indent = indent || 0; } } export default ExportRow;