Skip to content

Improvements to Info Panel -> Width and ST fragments #38

@gianlr

Description

@gianlr

Is your feature request related to a problem? Please describe.
I'm trying to display nested data in the info panel. Think of a small 2x4 table or similar. Problems:
a. it's difficult to display the data in such a narrow space, which can't easily be resized
b. since the content is limited to textonly I can't make use of streamlits' components for data display

Describe the solution you'd like
A clear and concise description of what you want to happen.
a. Allow the info panel width to be resized, either by the user dragging it or as a configuration parameter.
b. Open up the interface for nodes/edges to allow streamlit fragments to be passed and run so info panel data can be displayed nicely.

Describe alternatives you've considered
As a workaround I've had to resort to using pandas to create an html/csv table and write it into the struct as text. Obviously this looks rubbish.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions