quantopian / qgrid

An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks
Apache License 2.0
3.03k stars 424 forks source link

editing multiple cells (Excel Style) #359

Open ragrawal opened 3 years ago

ragrawal commented 3 years ago

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 where I want to edit multiple values and having the above plugin will make it much easier.