egui_extras: verical separator beween columns
- Dominant language
- Rust
- Stars
- 30.6k
- Forks
- 2.1k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 72
Description
I make an example of a table with ASCII characters:
```
+-----------++-----------+
| a | b | c || d | e | f |
|-----------++-----------|
| 1 | 2 | 3 || 4 | 5 | 6 |
|-----------++-----------|
| 1 | 2 | 3 || 4 | 5 | 6 |
+-----------++-----------+
```
In this case, I'd like to put a separator between the 3rd and 4th column. A black vertical line, or something...
Is there a way to do it?
Contributor guide
Research direction
The issue describes an egui_extras table with a separator between the third and fourth columns, but names no source file, example, or test. Start by locating the table API and reproducing the layout shown in the issue. Done means there is a documented or implemented way to render a visible vertical separator between those column groups, with coverage if the project has relevant table tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100