You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running this in jupyter lab, filtering on columns works fine, but when exporting as HTML and trying to filter in the HTML file, values shown in a given filter dialog correspond to a different column:
I did some digging and found that the HTML file pulls sources from unpkg.com. If I fix the ipydatagrid version in the HTML file (the part where the state is saved) to a version lower than 1.4.0, filtering works fine.
The text was updated successfully, but these errors were encountered:
As far as I can tell, as of version 1.4.0, filtering is broken when exporting a notebook as HTML.
Minimal notebook example:
When running this in jupyter lab, filtering on columns works fine, but when exporting as HTML and trying to filter in the HTML file, values shown in a given filter dialog correspond to a different column:
I did some digging and found that the HTML file pulls sources from unpkg.com. If I fix the ipydatagrid version in the HTML file (the part where the state is saved) to a version lower than 1.4.0, filtering works fine.
The text was updated successfully, but these errors were encountered: