• Renders a StructureTable component inside the specified container.

    Parameters

    • container: Container

      The DOM container where the StructureTable will be rendered.

    • headers: Header[]

      An array of header objects to be used in the StructureTable.

    • structures: Structure[]

      An array of structure objects to be displayed in the StructureTable.

    Returns void