HariniMadhi

Results 2 issues of HariniMadhi

I want to write a few lines in the rows of qgrid, but want them to appear in separate lines, similar to Alt+Enter in Excel. ``` import pandas as pd...

qgrid_widget.on doesn't recognixe 'filter_changed', 'filter_dropdown_shown'. To replicate, ``` import qgrid import pandas as pd def func(change, a): print(change, a) df = pd.DataFrame({'Highlight': ['1', '1', '0', '0', '1', '0', '1', '1',...