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¶
-
config: