Set cols' width explicitly in TableView
Open
enhancement
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
So far it's no possible to set cols' width in TableView but those ones are automatically calculated in render().
**Note**: A _get_cols_widht func does exist in TableView, add there a fix.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the TableView class and read render() together with the existing _get_cols_widht function. Trace how column widths are currently calculated, then verify that explicitly configured column widths are honored during rendering.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100