Table

class foxglove.layouts.TablePanel

Display topic messages in a tabular format.

For more information, see the documentation.

Example
import foxglove.layouts as fl

layout = fl.Layout(
    content=fl.TablePanel(
        config=fl.TableConfig(
            topic_path="/topic",
        ),
    ),
)
config: TableConfig
title: Any | None = None
class foxglove.layouts.TableConfig

Configuration for the Table panel.

topic_path: str | None = None

Message path to display