TableRowProps

Props for TableRow component

Definition

export interface TableRowProps extends TableRowBasicProps {
    /** The row data to display */
    row: RowData;
}

Usage

import { TableRowProps } from 'uxp/components';

Last updated