Table row with data to display.

interface IRow<T> {
    data: T;
    key: string;
}

Type Parameters

  • T

Properties

Properties

data: T
key: string