ui.table_column link support for image columns
- Dominant language
- Python
- Stars
- 4.3k
- Forks
- 371
- Avg merge
- 26d 1h
- Merged PRs (30d)
- 1
Description
#### Is your feature request related to a problem? Please describe
Currently only text fields can have links
```
link: Indicates whether each cell in this column should be displayed as a clickable link. Applies to exactly one **text** column in the table.
```
#### Describe the solution you'd like
Tables can have images via Markdown. It would be nice to make an image column clickable.
Clicking on the image would appear in q.args and could be handled in the same way as for linked text columns.
Contributor guide
Research direction
Start by locating the ui.table_column implementation for linked text columns and the image-column rendering path. Trace how clicks are placed in q.args, then verify that clicking an image column produces the expected argument and can be handled like a linked text column.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100