Interface TableObject

Hierarchy

  • TableObject

Properties

Properties

columns: {
    key: string;
    title: string;
}[]
rows: {
    [key: string]: CellElement[] | undefined;
}[]

Generated using TypeDoc