RevGrid - v0.9.3
    Preparing search index...

    Type Parameters

    Implements

    Index

    Constructors

    Methods

    • The current count of rows data in the server.

      Returns number

      Number of data rows.

    • Get a field's value at the specified row in a format suitable for display.

      Parameters

      • field: SF
      • rowIndex: number

      Returns string

      The value of the field at the specified row.

      The core of the client does not need to know the type of the return value. getViewValue() is called by the Cell Painter associated with the cell/subgrid. The cell painter expects a certain type of view value and casts the result accordingly.

    • Parameters

      • rowCount: number

      Returns void