centurion-erp-ui
    Preparing search index...

    Type Alias DataSetListCellsProps

    Props for DataSetList component.

    React element type used for the container component.

    0.9.0

    type DataSetListCellsProps = {
        metadata: APIMetadata;
        rowData: APIDataObject;
    }
    Index

    Properties

    Properties

    metadata: APIMetadata

    Objects metadata as presented by the API.

    rowData: APIDataObject

    An individual rows data as presented by the API.