• JMap.Table.getById

    Returns the JMap table having the id.

    Parameters

    • tableId: JId

      The JMap table id

    Returns JTable

    Throws

    Error if no table found for the id

    Example

    // returns the JMap table id=3
    JMap.Table.getById(3)