-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Statement
Tables with many columns are difficult to read within the default container width. Content gets compressed or requires horizontal scrolling, making it hard to compare data across columns. Mermaid charts already support a fullscreen view, but tables do not have this option.
Proposed Solution
Add a fullscreen button to the table toolbar, consistent with the existing mermaid chart fullscreen pattern. The overlay should include sticky headers, copy/download controls, and dismiss via Escape or close button.
Alternatives Considered
- Dynamically mutating the table container to add another button for fullscreen which is not really optimal
Use Case
<Streamdown controls={{ table: { fullscreen: true, copy: true, download: false } }}>
{markdown}
</Streamdown>Priority
Important
Contribution
- I am willing to help implement this feature
Additional Context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request