RevGrid - v0.11.1
    Preparing search index...

    Data Row Array servers provide a lightweight adapter over array-based datasets.

    They are well-suited for:

    1. Client-side datasets already loaded in memory.
    2. Test fixtures and examples.
    3. Prototyping schema/data bindings quickly.

    This family prioritizes straightforward mapping from row index to object values while still supporting the same notification/invalidation pipeline as other server implementations.

    1. RevDataRowArrayDataServer
    2. RevDataRowArraySchemaServer
    3. RevDataRowArrayField
    4. RevDataRowArrayGrid

    Use API Reference pages for full constructor parameters, properties, and method/member signatures.