Interface IDataRow

a data row for rendering

interface IDataRow {
    i: number;
    v: any;
}

Properties

i v

Properties

i: number

the underlying data index

v: any

the value