Lucid
Lucid
Sure thing. Let me know if/how I can assist. I have a perfect use-case for using this functionality. Cheers.
My use case is a bit different. Conceptually, having a grid element like this in a notebook turns the notebook itself into a console which would make managing tables incredibly...
@mariobuikhuizen, apologies if I'm doing something incorrect but I tried the above and unfortunately` having the same issue. ``` # Sample data data = { 'ID': [1, 2, 3, 4,...
For comparison, the below works as expected but doesn't look nearly as awesome as ipyaggrid or have the intended functionality. ``` import pandas as pd import ipywidgets as widgets #...
Stepping through the documentation samples yields the same results. I tried all output and all return None. ``` def mklbl(prefix, n): return ["%s%s" % (prefix, i) for i in range(n)]...
@mariobuikhuizen, I really appreciate your support on this! Unfortunately, it appears to be a limitation of the platform I'm trying to run this on (Microsoft Fabric data engineering notebook). I...
> One comment about calling `display(df_selected_rows)` after `grid.get_selected_rows()`: this will always be one click behind, because `grid.get_selected_rows()` is called later. I've done more testing today and believe that the observer...