• Renders a ClusterTable component inside the specified container.

    Parameters

    • container: Container

      The DOM container where the ClusterTable will be rendered.

    • headers: Header[]

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

    • clusters: Cluster[]

      An array of cluster objects to be displayed in the ClusterTable.

    Returns void