Olly Hensby
Olly Hensby
I'd also be interested in having this happen upon selecting a row. Any progress on this?
Would it possible to re-open this issue? The problem still persists following it being reverted in this PR: https://github.com/bloomberg/ipydatagrid/pull/468
@aothms Okay, thanks for clarifying about the property types. Any update on adding the other property types?
> ```python > display( > HTML( > """ > > .jupyter-widgets.widget-tab > .p-TabBar .p-TabBar-tab { > flex: 0 1 auto > } > > """ > ) > ) >...
> Thank you! For now my local workaround works (a wonderful sed hack in the Dockerfile) but a proper fix would be very nice! @hpvb, just wondering how you've hacked...
Hi @maartenbreddels, I am getting this in the console log. 
Just to add @maartenbreddels, we've got around this issue for now by removing initial loading of some widgets and instead have them load when observed e.g. we have tabs where...
Any updates on this dropdown functionality being implemented? This is available in Lumino:  Happy to look into this. Any guidance on mapping Lumino functionality to the Python API would...
I think is because no callable is ever passed to the trait `fns_on_revert` of `WrapSaveButtonBar`. Maybe we should pass a default function that performs the revert?
The issue was that in the Pages settings, it was set to look at `main` instead of `gh-pages`. I've changed it to look at `gh-pages`.