TomJGooding
TomJGooding
Well I've confirmed it wasn't that commit as changing back to `visible_only=True` doesn't work either. I think best left to the experts, but it was interesting digging deeper into Textual!
It looks like currently the column widths are only updated based on `_new_rows` or `_updated_cells`. Obviously if you're only deleting rows, these will both be empty.
> any updates yet or did I get ignored? I'm so fed up with seeing these sorts of comments on open source projects. Remind yourself that you get to use...
@AustinHasten Could you provide a minimal reproducible example? Edit to add: Sorry, it might also be useful to know what version of Textual you're using?
I can't reproduce this issue on the latest version so it must have been resolved at some point?
I've found a workaround by setting `mouse_over` to False when disabling the button - despite the documentation saying this is read only! Should something similar be added to the base...
This issue has just come up again in #4198, weirdly only a couple of days after the linked PR has apparently been abandoned! I'm happy to look at a new...
I'm not sure if Textual currently has appetite for this new widget, but I thought I would post an update anyway after tinkering with this again over the past few...
@darrenburns No problem, thanks for taking another look at this! I remember seeing the option to show/hide dates outside the current month in other datepicker/calendar implementations, so at the time...
Sorry @willmcgugan, I know you have a backlog but I would really appreciate your input. I'm happy to look at adding some mechanism for the component classes (see 631cde7), but...