UNPKG

tabulator-tables

Version:

Interactive table generation JavaScript library

9 lines 222 B
export default class ExportColumn{ constructor(value, component, width, height, depth){ this.value = value; this.component = component || false; this.width = width; this.height = height; this.depth = depth; } }