Type Alias DataTableOpts

DataTableOpts: FormattingOptions & {
    formatter?: DataFormatter;
    idPrefix?: string;
    objectsAsTables?: boolean;
}