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
I have a report defined that I would like to always print a particular column (scheduled.countdown) , whether or not any of the tasks have a value there.
In taskwarrior, I set the following setting: print.empty.columns=1, and the column is always shown.
This does not seem to be respected in taskwarrior-tui.
Thank you for an amazing tool!
task 2.6.2
taskwarrior-tui 0.25.4
The text was updated successfully, but these errors were encountered:
Thanks for the report! There's been a number of improvements to the core library (Ratatui) for rendering widgets and table columns, specifically in layouts, that should make tables rendering more robust in the next version of taskwarrior-tui. I'm hoping to address this in the refactor / rewrite: #349
Here's some relevant PRs in Ratatui for reference:
I have a report defined that I would like to always print a particular column (scheduled.countdown) , whether or not any of the tasks have a value there.
In taskwarrior, I set the following setting:
print.empty.columns=1
, and the column is always shown.This does not seem to be respected in taskwarrior-tui.
Thank you for an amazing tool!
The text was updated successfully, but these errors were encountered: