quantopian / qgrid

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

allow configuring column editor (Slick.Editors.LongText) #255

Open AlJohri opened 5 years ago

AlJohri commented 5 years ago

QGrid always assumes Slick.Editors.Text for text instead of Slick.Editors.LongText which allows for multiline string editing.

This should be made configurable.

AlJohri commented 5 years ago

https://github.com/quantopian/qgrid/blob/7612e2c6a8162d9fc1a336792d8a007b27aa3808/js/src/qgrid.widget.js#L247-L251

gbrault commented 4 years ago

https://github.com/quantopian/qgrid/blob/7612e2c6a8162d9fc1a336792d8a007b27aa3808/js/src/qgrid.widget.js#L203