quantopian / qgrid

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

Cannot edit the table using responsive setting #390

Open hhlim333 opened 1 year ago

hhlim333 commented 1 year ago

Hi,

I have tried to use the qgrid to turn a dataframe to a editable table.

It work perfect in voila or jupyter notebook.

However, it does not work when I try to set a responsive setting.

A responsive setting like a mobile setting or Ipad setting ( https://developer.chrome.com/docs/devtools/device-mode/).

I cannot edit the table value when I use Google DevTools

Thank you