Code:
class BuildTable { constructor(val,tableId,tableBodyId) { this.val = val; this.tableId = tableId; this.tableBodyId = tableBodyId; } header