Interface ITableOptions

interface ITableOptions {
    columns: Column[];
    name: string;
}

Properties

Properties

columns: Column[]
name: string