mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[GH-ISSUE #181] Titles on grid rows #108
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @slok on GitHub (Apr 7, 2019).
Original GitHub issue: https://github.com/mum4k/termdash/issues/181
Hi!
Thanks for implementing this awesome library with a well-designed API.
I'm using the grid layout style but I'm missing how to add titles to the rows, I only can add titles to the widgets, and vice-versa (using containers directly I can have titles in rows but not titles on widgets).
Is this possible and I'm missing something?
Thank you!
@mum4k commented on GitHub (Apr 7, 2019):
Hi @slok,
thank you very much for the feedback. Your observation is correct, the current implementation of the grid API doesn't allow users to specify options for the intermediate containers.
The good news is that this was fairly easy to add. I have pushed #182 into the devel branch.
I would appreciate if you could try building from the devel branch and let me know if this works as expected.
Jakub
@slok commented on GitHub (Apr 7, 2019):
Wow! that was fast!
I just tested and works like a charm! thanks! :)
@mum4k commented on GitHub (Apr 7, 2019):
Thanks a lot for confirming, much appreciated.