You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is only possible to define a single color in a TableCell.
It would be great if multiple colors could be supported, perhaps using ansi escape characters? (see my previous question/feature request: #24)
Here is my use case:
I display a table with various git projects and the current repository status. If any repository is in an unwanted state, the information should be printed red. For example, if there are still uncomitted files or untracked branches, the user should see it at a glance.
Here is an example output how it should look like:
This was implemented using gocui. With the current way tables (and table cells in particular) in tview work, this can not be accomplished.
The text was updated successfully, but these errors were encountered:
Currently, it is only possible to define a single color in a TableCell.
It would be great if multiple colors could be supported, perhaps using ansi escape characters? (see my previous question/feature request: #24)
Here is my use case:
I display a table with various git projects and the current repository status. If any repository is in an unwanted state, the information should be printed red. For example, if there are still uncomitted files or untracked branches, the user should see it at a glance.
Here is an example output how it should look like:
This was implemented using gocui. With the current way tables (and table cells in particular) in tview work, this can not be accomplished.
The text was updated successfully, but these errors were encountered: