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

Cannot edit the table using responsive setting #390

Open hhlim333 opened 10 months ago

hhlim333 commented 10 months 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