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
Hi, my name is Logan McNichols. I am an intern for Jupyter Cal Poly. I am working on a tabular data editor powered by the datagrid along with @kgoo124 and @ryuntalan.
We are working to get a grab cursor to display for moving rows and columns. The class BasicMouseHandler provides much of the core functionality we want, but it is tricky to extend it, as the cursors are determined by private properties/methods.
The text was updated successfully, but these errors were encountered:
Hi, my name is Logan McNichols. I am an intern for Jupyter Cal Poly. I am working on a tabular data editor powered by the datagrid along with @kgoo124 and @ryuntalan.
We are working to get a grab cursor to display for moving rows and columns. The class
BasicMouseHandler
provides much of the core functionality we want, but it is tricky to extend it, as the cursors are determined by private properties/methods.The text was updated successfully, but these errors were encountered: