qgrid icon indicating copy to clipboard operation
qgrid copied to clipboard

An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks

Results 102 qgrid issues
Sort by recently updated
recently updated
newest added

### Environment * Operating System: WIndows 10 * Python Version: 3.8.8 * How did you install Qgrid: pip ### Description of Issue I am trying to add an empty row...

### Environment Windows Python 3.8.8 ### Description of Issue Enabled the following grid options: ~~~python grid_options={'forceFitColumns': False, 'enableColumnReorder': True, 'enableTextSelectionOnCells': True, 'editable': True} ~~~ Expected the following code to reflect...

### Environment * Operating System: windows * Python Version: 3.9.2 * How did you install Qgrid: pip ### Description of Issue Display format of timedeldata objects * What did you...

How to enable/get the EXPORT button from the version 0.3.2? This is not visible in the 1.0 version!

enhancement

This fixes a severe bug in the filters, caused by a new version of jQuery (qgrid updated it's jQuery version when moved to Jupyter 2). The `` tags must have...

### Environment * Operating System: Windows 10 * Python Version: `$ 3.8.8 * How did you install Qgrid: conda * Python packages: `$ qgrid==1.3.1, jupyter nb==6.3.0 ### Description of Issue...

### Environment * Operating System: Windows 10 * Python Version: `$3.8.5 * How did you install Qgrid: pip * Python packages: `$ qgrid==1.3.1, jupyter notebook 6.1.4 ### Description of Issue...

Hi, is there any way how to interactively pick / hide / unhide selected columns? From what I've found out the SlickGrid doesn't really support picking / hiding of columns,...

I found this useful plugin for slickgrid that allows to edit a single cell and drag and copy the values to underlying rows. https://github.com/danny-sg/slickgrid-spreadsheet-plugins Demo: http://danny-sg.github.io/slickgrid-spreadsheet-plugins/examples/example-2-everything.htm I have a requirement...

OS: Centos Version Python 3.7.6 Relevant packages: jupyter==1.0.0 jupyter-client==5.3.4 jupyter-console==6.1.0 jupyter-core==4.6.1 jupyter-server==0.1.1 jupyter-telemetry==0.1.0 jupyterhub==1.1.0 jupyterlab==1.2.6 jupyterlab-pygments==0.1.1 jupyterlab-server==1.0.6 qgrid==1.3.1 voila==0.1.21 widgetsnbextension==3.5.1 ### Description of Issue The following code runs fine in...