CCKit2
    Preparing search index...

    Class CCTableViewStaticDataSource

    This class defines a default instance of CCTableViewDataSource which reads data from a 2D array of strings or numbers.

    Implements

    Index

    Constructors

    Accessors

    Methods

    • Returns the width of a column in a row, overriding the width of the view. If not implemented, the width is determined from the content. The size of row 0 is used for header sizing.

      Parameters

      • table: CCTableView

        The table requesting data

      • row: number

        The 0-based row to query

      • column: number

        The 0-based column to query

      Returns number

      The width of the column