3D-City Model
    Preparing search index...

    Function addEntryToTable

    • Utility to add a new row with visibility and delete controls to a given HTML table body.

      Parameters

      • tableId: string

        Selector for the table (e.g., "#mytable").

      • name: string

        Row label.

      • id: string

        Unique identifier for this row.

      • btnFunc: Function

        Callback to run on row/bin delete.

      • OptionalableToDelete: boolean = true

        Whether to allow delete control.

      • Optionalmesh: boolean = false

        Whether this entry is for a mesh.

      Returns void