UNPKG

@salesforce/apex-node

Version:

Salesforce JS library for Apex

7 lines (6 loc) 202 B
import { Column, Row } from './types'; export declare class Table { createTable(rows: Row[], cols: Column[], title?: string): string; private calculateMaxColumnWidths; private fillColumn; }