Ned Letcher
Ned Letcher
Given that the Dash docs (for both `Checklist` and `RadioItems`) explicitly state that the `title` attribute in the list of `options` will set the `title` attribute for each HTML option,...
@harxish I'm not a Dash maintainer, but given that this issue has been tagged with `good first issue`, I reckon you should go for it!
Can confirm this issue. It looks like it's caused by `fixed_rows` being set. I've set my row widths explicitly using `style_cell_conditional` however when the rows are fixed, it looks like...
I did a bit of digging and it looks like the issue is that the `onCopy` event handler in `dash-table/components/ControlledTable/index.tsx` makes the assumption that the DataTable is in `cell_selectable=True` mode,...
Perhaps this could be a configurable preference? up/down going back/forward through shell history is fundamentally hardwired into my expectations of how REPLs work. I'm loving PUDB but this is breaking...
I've created submitted a PR for this at #392. I figured leaving the existing ctrl p/n bindings made sense?
Oops yes the help, I forgot about that. done. With the console scrollback paging, @inducer, do you mean navigating forward/back through blocks of history commands of size greater than 1,...
I'm curious to understand the status of this project too. There hasn't been a PyPI release for four years now, and there's a number of commits to master since then....
I just ran into this problem also. Would be great to get a fix for this @vi3k6i5 :)
I would be so keen to see this feature added. Just found myself scouring the DataTable reference hoping I would find it. Found this issue via an existing [StackOverflow question](https://stackoverflow.com/questions/70378819/dashplotly-conditional-formatting-append-a-classname)...