ipyaggrid icon indicating copy to clipboard operation
ipyaggrid copied to clipboard

Using ag-Grid in Jupyter notebooks.

Results 19 ipyaggrid issues
Sort by recently updated
recently updated
newest added

Dear widgetti, thank you for your ag-grid python package. I noticed that after some seconds (10-20 seconds) a simple grids cell's edits are overwritten with `.grid_data_in`: ```python from ipyaggrid import...

Grid selections aren't being captured by event listener in a Jupyter notebook. I've tried in both Databricks and Microsoft Spark notebooks, neither of which seem to be working. The grid...

Hi. I use "ipyaggrid" lib. I want to convert all price values to float format with 2 decimal places and add a prefix £. Please tell me what I'm doing...

Hi all, we are using ipyaggrid and planning to support jupyter lab 4, I wonder that does the latest version support jupyter lab 4? If not, I would try to...

I've only started using ipyaggrid but I'm exited about using it in standalone HTML reports. However, I've found that creating grid objects seem to have a memory leak. Every time...

Below a simple reproducible example: 1. I have a function called `get_add_delete_row_fn` that adds 3 options to the right click context menu for deleting rows and adding rows above or...

conflict data type between Grid() and builder_params.py. Changed it to string

As per title, when the dataframe columns have multiple levels, all the column defs passed explicitly are ignored, giving no control at all on the grid. if it possible to...