Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

column drag-n-drop wrong destination with index #7593

Closed
scottdraves opened this issue Jun 27, 2018 · 0 comments
Closed

column drag-n-drop wrong destination with index #7593

scottdraves opened this issue Jun 27, 2018 · 0 comments
Assignees

Comments

@scottdraves
Copy link
Contributor

scottdraves commented Jun 27, 2018

to reproduce:

  1. in doc/python/TableAPI.ipynb run this:
df = pd.read_csv('../resources/data/interest-rates.csv')
df.set_index(['m3'])
  1. then click and start a drag a column like "y1". if you only move the mouse a few pixels for the drag to start, a blue line appears to the right of the "y1" column, indicating the target of the drop, which should not change the table because we are dropping it at its current location.

  2. release the mouse to drop the column.

result: the y1 column moves to the left of "y30".
expected result: column stays in its original location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants