@carbon/charts
    Preparing search index...

    Interface TabularRepCustomizationOptions

    customize the Tabular Data

    interface TabularRepCustomizationOptions {
        tableCellFormatter?: (cells: string[][]) => string[][];
        tableHeadingFormatter?: (headings: string[]) => string[];
    }
    Index

    Properties

    tableCellFormatter?: (cells: string[][]) => string[][]

    option to customize the Table Cells

    tableHeadingFormatter?: (headings: string[]) => string[]

    option to customize the Table Headers