mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #19162] feat: Copy Table UI element for csv results in chat response #57458
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dwallner0554966 on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19162
Check Existing Issues
Verify Feature Scope
Problem Description
when a response produces a table (csv) type output there is the ability to export to csv file. we would like to save a step and copy the table directly.
chatgpt provide this feature for tavble results with a copy table icon in the response
Desired Solution you'd like
Clickable UI element in prompts to copy table contents
Alternatives Considered
No response
Additional Context
No response
@silentoplayz commented on GitHub (Nov 13, 2025):
For clarity, I believe OP is meaning that there's a desire for a
Copybutton at the top right corner to copy the table UI element as CSV in a markdown table.@tjbck commented on GitHub (Nov 14, 2025):
Addressed with
9df8d5b204in dev!@silentoplayz commented on GitHub (Nov 14, 2025):
Tested and working on the latest dev. Thanks!