Pilates
    Preparing search index...

    Interface TableProps<Row>

    interface TableProps<Row> {
        columns: TableColumn<Row>[];
        rows: Row[];
    }

    Type Parameters

    • Row
    Index

    Properties

    Properties

    columns: TableColumn<Row>[]
    rows: Row[]