Print Empty Columns not being respected
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
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: https://github.com/kdheepak/taskwarrior-tui/issues/349
Here's some relevant PRs in Ratatui for reference:
- https://github.com/ratatui-org/ratatui/pull/881
- https://github.com/ratatui-org/ratatui/pull/745