RevGrid - v0.9.3
    Preparing search index...
    interface RevMultiHeadingField {
        headings: string[];
        index: number;
        name: string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    headings: string[]
    index: number

    Used by servers to index data. Will be used by client to access data in circumstances when a complete row of data is retrieved with RevDataServer.getViewRow from the server.

    name: string

    Identifies a field in the schema. Will be unique within a schema (ie grid).