Interface TableConfig

interface TableConfig {
    columns: TableColumn[];
}

Properties

Properties

columns: TableColumn[]

Generated using TypeDoc