UNPKG

tabulator-tables

Version:

Interactive table generation JavaScript library

8 lines 198 B
export default class ExportRow{ constructor(type, columns, component, indent){ this.type = type; this.columns = columns; this.component = component || false; this.indent = indent || 0; } }