Custom progressbar column #522
-
Is there any way to extend/create a custom progressbar column? |
Beta Was this translation helpful? Give feedback.
Answered by
patriksvensson
Aug 27, 2021
Replies: 1 comment 4 replies
-
Yes. I'm not currently at a computer, but you should be able to by subclassing the |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
patriksvensson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. I'm not currently at a computer, but you should be able to by subclassing the
ProgressColumn
class.